fix: drag cursor being incorrect for flyout blocks (#8107)

This commit is contained in:
Beka Westberg
2024-05-14 20:24:20 +00:00
committed by GitHub
parent fca94ce799
commit 392a38bb2e

View File

@@ -208,7 +208,7 @@ export class BlockSvg
icon.updateEditable();
}
this.applyColour();
this.pathObject.updateMovable(this.isMovable());
this.pathObject.updateMovable(this.isMovable() || this.isInFlyout);
const svg = this.getSvgRoot();
if (!this.workspace.options.readOnly && svg) {
browserEvents.conditionalBind(