From 2bd64f98fc77e1350b6bfbe6a0408b47aa1fbb32 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 10 Jun 2014 15:46:00 -0400 Subject: [PATCH] chore(edit) showMessage: add comment --- lib/client/edit.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/client/edit.js b/lib/client/edit.js index 1716b3b7..aef8619a 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -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',