We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9102f01 commit 6be8082Copy full SHA for 6be8082
features/asset-size/script.js
@@ -10,6 +10,8 @@ export default async function ({ feature, console }) {
10
);
11
12
asset.firstChild.addEventListener("mouseover", function () {
13
+ if (!feature.self.enabled) return;
14
+
15
let scratchAsset = ScratchTools.Scratch.vm.editingTarget;
16
let targetAssets =
17
feature.traps.gui().editorTab?.activeTabIndex === 1
0 commit comments