mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
fix: drag cursor being incorrect for flyout blocks (#8107)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user