We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2647fb4 commit ed1fd01Copy full SHA for ed1fd01
client/src/app/tabs/bpmn/BpmnEditor.js
@@ -452,7 +452,7 @@ export class BpmnEditor extends CachedComponent {
452
canvasFocused,
453
close: true,
454
copy: !!selectionLength,
455
- cut: false,
+ cut: !!selectionLength,
456
duplicate: canvasFocused && !!selectionLength,
457
createElement: canvasFocused,
458
defaultCopyCutPaste: !canvasFocused,
client/src/app/tabs/cloud-bpmn/BpmnEditor.js
@@ -457,7 +457,7 @@ export class BpmnEditor extends CachedComponent {
459
460
461
462
463
0 commit comments