mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
feat: make isMutator public (#6316)
* feat: make isMutator public * fix: move isFlyout and isMutator to getters * chore: delete change detector test
This commit is contained in:
@@ -255,7 +255,7 @@ export abstract class Flyout extends DeleteArea implements IFlyout {
|
||||
this.workspace_.setMetricsManager(
|
||||
new FlyoutMetricsManager(this.workspace_, this));
|
||||
|
||||
this.workspace_.isFlyout = true;
|
||||
this.workspace_.internalIsFlyout = true;
|
||||
// Keep the workspace visibility consistent with the flyout's visibility.
|
||||
this.workspace_.setVisible(this.isVisible_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user