Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 970b462

Browse files
committed
[[ Bug ]] Send extensionsChanged message after load handler executes
1 parent 9890ac5 commit 970b462

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Toolset/libraries/revideextensionlibrary.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,8 @@ end __extensionError
721721

722722
# Send notication that widget has been added/removed
723723
private command __extensionsChanged
724-
ideMessageSend "ideExtensionsChanged"
724+
send "ideMessageSend ideExtensionsChanged" to stack \
725+
"revIDELibrary" in 0 millisecs
725726
end __extensionsChanged
726727

727728
# Sent progress update on installation of widget

0 commit comments

Comments
 (0)