fix(editor): database block columns popover closes unexpectedly (#11352)

fix: BS-2906
This commit is contained in:
zzj3720
2025-04-01 10:32:23 +00:00
parent 7af5e53838
commit 08327b14d6
6 changed files with 31 additions and 12 deletions
@@ -59,8 +59,10 @@ export class MultiSelectCell extends BaseCellRenderer<
}
override beforeExitEditingMode() {
this.closePopup?.();
this.closePopup = undefined;
requestAnimationFrame(() => {
this.closePopup?.();
this.closePopup = undefined;
});
}
override render() {