Commit c37cc963 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33392

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