mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix(editor): database block columns popover closes unexpectedly (#11352)
fix: BS-2906
This commit is contained in:
@@ -59,8 +59,10 @@ export class MultiSelectCell extends BaseCellRenderer<
|
||||
}
|
||||
|
||||
override beforeExitEditingMode() {
|
||||
this.closePopup?.();
|
||||
this.closePopup = undefined;
|
||||
requestAnimationFrame(() => {
|
||||
this.closePopup?.();
|
||||
this.closePopup = undefined;
|
||||
});
|
||||
}
|
||||
|
||||
override render() {
|
||||
|
||||
Reference in New Issue
Block a user