mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: chat more popper position (#7260)
This commit is contained in:
@@ -161,7 +161,9 @@ export class ChatCopyMore extends WithDisposable(LitElement) {
|
||||
this._morePopper = createButtonPopper(
|
||||
this._moreButton,
|
||||
this._moreMenu,
|
||||
({ display }) => (this._showMoreMenu = display === 'show')
|
||||
({ display }) => (this._showMoreMenu = display === 'show'),
|
||||
0,
|
||||
-100
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user