Commit 98c4eb2b authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33249

parent 154a9248
...@@ -544,7 +544,7 @@ function handleInternalChart(drawing, drawingObjectsController, e, x, y, group, ...@@ -544,7 +544,7 @@ function handleInternalChart(drawing, drawingObjectsController, e, x, y, group,
{ {
if(drawingObjectsController.handleEventMode === HANDLE_EVENT_MODE_HANDLE) if(drawingObjectsController.handleEventMode === HANDLE_EVENT_MODE_HANDLE)
{ {
if(drawing.selection.plotArea == null || !AscFormat.CChartsDrawer.prototype._isSwitchCurrent3DChart(drawing)) if(drawing.selection.plotArea == null || !AscFormat.CChartsDrawer.prototype._isSwitchCurrent3DChart(drawing) || !drawing.chartObj || !drawing.chartObj.processor3D)
{ {
drawingObjectsController.checkChartTextSelection(); drawingObjectsController.checkChartTextSelection();
selector.resetSelection(); selector.resetSelection();
......
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