Skip to content

Commit a91a0fc

Browse files
author
livecodeali
committed
[[ Bug 15843 ]] Send message from card context menu causes frontscripts to be removed
1 parent b318e6a commit a91a0fc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Toolset/palettes/menubar/revmenubar.livecodescript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,8 +2260,10 @@ on revMenubarContextMenuPickTarget pWhich, pTarget
22602260
######### SUBMENUS ########
22612261
case "Card"
22622262
revMenubarContextMenuPickTarget item 2 to 3 of pWhich, the long id of this card of tTargetStack
2263+
break
22632264
case "Stack"
22642265
revMenubarContextMenuPickTarget item 2 to 3 of pWhich, tTargetStack
2266+
break
22652267
default
22662268
break
22672269
end switch

notes/bugfix-15843.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Right click context menu stops working after Send Message from Card context menu

0 commit comments

Comments
 (0)