stable

Clone or download

Read-only

feat: Open submenu on hover

Conversion options for Empty document, and new item options for folders, should be displayed on hover when they are in a submenu (eg tree or search view). Part of story #28273: create OnlyOffice documents Change-Id: I0fe5400cf8e60f1e423feef635bcdca1d5bae4cc

Modified Files

Name
M lib/frontend/tlp-dropdown/src/dropdowns.test.ts +33 −6 Go to diff View file
M lib/frontend/tlp-dropdown/src/dropdowns.ts +65 −33 Go to diff View file
M lib/frontend/tlp-dropdown/src/index.ts +5 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemSubmenu.vue +7 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewVersion/NewVersionEmptySubmenu.vue +7 −1 Go to diff View file
M src/scripts/main/src/tlp-doc/src/editors.js +19 −5 Go to diff View file
M src/www/tlp-doc/resources/flyover/dropdowns/example.html +21 −4 Go to diff View file