We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc0d73d + ed919cd commit a742c79Copy full SHA for a742c79
src/designer/design-section.ts
@@ -87,7 +87,7 @@ export class DesignSection extends BaseElement {
87
s = null;
88
break;
89
}
90
- if (s && (!skipSelection)) {
+ if (s && (!skipSelection) && (this.currentTool === 'select')) {
91
this.selectedShape = s;
92
93
0 commit comments