Commit 13714dc9 authored by Oleg Korshul's avatar Oleg Korshul

plugins.onExternalMouseUp(); (external)

parent 7d0427cb
......@@ -1187,6 +1187,9 @@
if (null != x && null != y)
event.coord = {x: x, y: y};
this._onWindowMouseUp(event);
if (window.g_asc_plugins)
window.g_asc_plugins.onExternalMouseUp();
};
/** @param event {MouseEvent} */
......
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