Revert "Show full inset context-menu when clicking on text part of collapsible (#10370)"

This reverts commit 6c4afc1ccb.

This needs more thinking to get the menus sane.
This commit is contained in:
Juergen Spitzmueller 2023-11-02 10:17:06 +01:00
parent e0e1350b7e
commit 5d193c7b62

View File

@ -760,7 +760,7 @@ string InsetCollapsible::contextMenu(BufferView const & bv, int x,
if (x < xo(bv) + dim.wid && y < yo(bv) + dim.des)
return context_menu;
return context_menu + ";" + it_context_menu;
return it_context_menu;
}