2
0
Эх сурвалжийг харах

cancel text via doubleclick when in multiElement mode (#926)

David Luzar 5 жил өмнө
parent
commit
95e726bd6f

+ 6 - 0
src/components/App.tsx

@@ -779,6 +779,12 @@ export class App extends React.Component<any, AppState> {
   private handleCanvasDoubleClick = (
     event: React.MouseEvent<HTMLCanvasElement>,
   ) => {
+    // case: double-clicking with arrow/line tool selected would both create
+    //  text and enter multiElement mode
+    if (this.state.multiElement) {
+      return;
+    }
+
     resetCursor();
 
     const { x, y } = viewportCoordsToSceneCoords(