mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(edit) showMessage: add comment
This commit is contained in:
parent
29147257fb
commit
2bd64f98fc
1 changed files with 7 additions and 0 deletions
|
|
@ -490,6 +490,13 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
});
|
||||
}
|
||||
|
||||
/*
|
||||
* Msg should be created and removed
|
||||
* if it's not and just inner text
|
||||
* is changing, and hide and show of DOM
|
||||
* is called - bug occures: empty box
|
||||
* with no text inside.
|
||||
*/
|
||||
Msg = DOM.load({
|
||||
name : 'div',
|
||||
className : 'msg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue