mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08: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._morePopper = createButtonPopper(
|
||||||
this._moreButton,
|
this._moreButton,
|
||||||
this._moreMenu,
|
this._moreMenu,
|
||||||
({ display }) => (this._showMoreMenu = display === 'show')
|
({ display }) => (this._showMoreMenu = display === 'show'),
|
||||||
|
0,
|
||||||
|
-100
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user