mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 14:08:55 +08:00
fix(editor): should auto close dropdown menus on toolbar (#11522)
Closes: [BS-2524](https://linear.app/affine-design/issue/BS-2524/切换-block-后,刷新-toolbar-时,应该自动关闭已经打开的-dropdown)
This commit is contained in:
@@ -46,6 +46,12 @@ export class EditorMenuButton extends WithDisposable(LitElement) {
|
||||
composed: true,
|
||||
})
|
||||
);
|
||||
|
||||
if (opened) {
|
||||
this.dataset.open = 'true';
|
||||
} else {
|
||||
delete this.dataset.open;
|
||||
}
|
||||
},
|
||||
mainAxis: 0,
|
||||
offsetHeight: 6 * 4,
|
||||
|
||||
Reference in New Issue
Block a user