[SSE] Bug with opening comments left panel (text input to canvas was blocked).

This commit is contained in:
Julia Radzhabova 2016-07-25 14:50:57 +03:00
parent 0eb78262ce
commit 045baf431d

View file

@ -543,7 +543,6 @@ define([
this.getApplication().getController('Common.Controllers.Comments').onAfterShow(); this.getApplication().getController('Common.Controllers.Comments').onAfterShow();
} }
this.api.asc_enableKeyEvents(!state);
if (!state) $(this.leftMenu.btnComments.el).blur(); if (!state) $(this.leftMenu.btnComments.el).blur();
} }
}, },