Fix#9253 Duplicate menu item for "Emojis & Symbols" (#9377)

Fix #9253
This commit is contained in:
Hans
2024-03-14 20:57:32 -06:00
committed by GitHub
parent de1db8b6be
commit 27bcb7f179
-1
View File
@@ -74,7 +74,6 @@ pub fn app_menus() -> Vec<Menu<'static>> {
"Toggle Line Comment",
editor::actions::ToggleComments::default(),
),
MenuItem::action("Emoji & Symbols", editor::actions::ShowCharacterPalette),
],
},
Menu {