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

Re-fix this since #12907 has been resolved
This commit is contained in:
Juergen Spitzmueller 2024-06-03 16:10:17 +02:00
parent 036419119e
commit 7a85b1b7ca

View File

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