SL-15285 Restore 'drop item' functionality in right click menu

master
Andrey Kleshchev 2021-05-25 21:56:07 +03:00
parent 0aba47476f
commit 242ae3e073
1 changed files with 14 additions and 0 deletions

View File

@ -320,4 +320,18 @@
<menu_item_call.on_visible
function="EnableMuteParticle" />
</menu_item_call>
<menu_item_separator
layout="topleft" />
<menu_item_call
enabled="false"
label="Drop item"
layout="topleft"
name="Drop">
<menu_item_call.on_click
function="Attachment.Drop" />
<menu_item_call.on_enable
function="Attachment.EnableDrop" />
</menu_item_call>
</context_menu>