mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 08:06:24 +08:00
chore: update menu placement (#2183)
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ export const EditorOptionMenu = () => {
|
||||
<Menu
|
||||
width={276}
|
||||
content={EditMenu}
|
||||
// placement="bottom-end"
|
||||
placement="bottom"
|
||||
disablePortal={true}
|
||||
trigger="click"
|
||||
>
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ export const UserAvatar = () => {
|
||||
<Menu
|
||||
width={276}
|
||||
content={EditMenu}
|
||||
// placement="bottom-end"
|
||||
placement="bottom"
|
||||
disablePortal={true}
|
||||
trigger="click"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user