Commit f7e53982 authored by Sergey Luzyanin's avatar Sergey Luzyanin

send asc_onSelectionEnd on mouseup in presentation

parent dd5f0463
...@@ -3081,6 +3081,7 @@ CPresentation.prototype = ...@@ -3081,6 +3081,7 @@ CPresentation.prototype =
} }
this.noShowContextMenu = false; this.noShowContextMenu = false;
this.Document_UpdateInterfaceState(); this.Document_UpdateInterfaceState();
this.Api.sendEvent("asc_onSelectionEnd");
}, },
OnMouseMove : function(e, X, Y, PageIndex) OnMouseMove : function(e, X, Y, PageIndex)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment