chore: Post-merge fixits.

This commit is contained in:
Aaron Dodson
2024-12-04 12:15:19 -08:00
parent 9fcd5a3037
commit 389dd1a1cb
23 changed files with 63 additions and 72 deletions

View File

@@ -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();
}