Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extensions/widgets/paletteactions/notes/16009.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [16009] Palette actions initial menu causes error when popping up
2 changes: 1 addition & 1 deletion extensions/widgets/paletteactions/paletteactions.lcb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public handler OnCreate()
put tCount formatted as string into tKey
put the empty array into tMenuItem[tKey]
put "Choice" && tKey into tMenuItem[tKey]["label"]
put false into tMenuItem[tKey]["checked"]
put "false" into tMenuItem[tKey]["checked"]
put "" into tMenuItem[tKey]["name"]
put "" into tMenuItem[tKey]["menu"]
put tMenuItem[tKey] into tAction["menu"][tKey]
Expand Down