Commit 1eb1b009 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33306

parent 90b87129
......@@ -325,6 +325,9 @@ function handleGroup(drawing, drawingObjectsController, e, x, y, group, pageInde
function handleInternalChart(drawing, drawingObjectsController, e, x, y, group, pageIndex, bWord)
{
if(e.CtrlKey){
return false;
}
var ret = false, i, title;
if(drawing.hit(x, y))
{
......
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