From 78a2a6042e737b9f82605201999be47fe918017c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 14 Aug 2012 15:53:49 +0300 Subject: [PATCH] Update lib/client/menu.js --- lib/client/menu.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/client/menu.js b/lib/client/menu.js index 42fb97e6..a3a6a3de 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -103,7 +103,9 @@ CloudCommander.Menu.Keys = (function(){ } /* showing context menu preview*/ - CloudCommander.Menu.show(); + if(lTag === 'SPAN' || lTag === 'A') + CloudCommander.Menu.show(); + else CloudCommander.Menu.set(); }); CloudCommander.Menu.load(this);