From bedb25edbc692fcfedb7475f3d8e85ef6d5f4f86 Mon Sep 17 00:00:00 2001 From: dakshkanaujia Date: Fri, 26 Jul 2024 07:02:50 +0000 Subject: [PATCH] fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes #8328 --- tests/mocha/toolbox_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha/toolbox_test.js b/tests/mocha/toolbox_test.js index 328d7a2e46b..a60fbaf43fe 100644 --- a/tests/mocha/toolbox_test.js +++ b/tests/mocha/toolbox_test.js @@ -761,4 +761,4 @@ suite('Toolbox', function () { ); }); }); -}); +}); \ No newline at end of file