Commit ead84c31 authored by Oleg Korshul's avatar Oleg Korshul

laser point mouse up correct

parent 97f56e75
......@@ -3409,8 +3409,8 @@ function CDemonstrationManager(htmlpage)
this.onMouseUp = function(e)
{
if (oThis.PointerDiv)
{
if (oThis.PointerDiv && oThis.HtmlPage.m_oApi.isReporterMode)
{
AscCommon.stopEvent(e);
return false;
}
......
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