From c0cf84ad15c9dcb1377e072d714cd84c1f5c31d8 Mon Sep 17 00:00:00 2001 From: shivalipatel6 <56765670+shivalipatel6@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:34:20 -0500 Subject: [PATCH] fix: Fix text for the disable top blocks plugin on the demo page #2081 (#2092) Replaced text on line 318 with a better discription for the plugin --- gh-pages/_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-pages/_index.html b/gh-pages/_index.html index 87d765bfa5..315e998b00 100644 --- a/gh-pages/_index.html +++ b/gh-pages/_index.html @@ -315,7 +315,7 @@

Disable Top Blocks

- A plugin that disables all top-level blocks that have a previous connection. Useful for event-driven environments where all code execution must begin from top-level start/event blocks. + A plugin that hides the 'Enable' context menu option for orphan blocks. Works with the Blockly.Events.disableOrphans change listener in core.