mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
chore: Post-merge fixits.
This commit is contained in:
@@ -642,8 +642,8 @@ export abstract class Flyout
|
||||
// user typing long strings into fields on the blocks in the flyout.
|
||||
this.reflowWrapper = (event) => {
|
||||
if (
|
||||
event.type === eventUtils.BLOCK_CHANGE ||
|
||||
event.type === eventUtils.BLOCK_FIELD_INTERMEDIATE_CHANGE
|
||||
event.type === EventType.BLOCK_CHANGE ||
|
||||
event.type === EventType.BLOCK_FIELD_INTERMEDIATE_CHANGE
|
||||
) {
|
||||
this.reflow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user