From 9e1cda8f45cea1707c5a228d5ce79b4cd81566f8 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Mon, 14 Mar 2022 18:24:59 +0000 Subject: [PATCH] fix: playground access to Blockly --- tests/playground.html | 57 +++++++++++++++++++++++++++-------- tests/playgrounds/blockly.mjs | 3 +- 2 files changed, 46 insertions(+), 14 deletions(-) diff --git a/tests/playground.html b/tests/playground.html index 0e2a01a7044..cee6bb3098e 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -84,6 +84,8 @@ if (autoimport) { load(); } + + addClickHandlers(); } function setBackgroundColour() { @@ -384,6 +386,35 @@ // Call start(). Because this