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 1c99f21 commit fa46e4bCopy full SHA for fa46e4b
api/vm.js
@@ -176,7 +176,7 @@ ScratchTools.Scratch.waitForContextMenu = function (info) {
176
};
177
178
ScratchTools.Scratch.scratchPaint = function () {
179
- var app = document.querySelector(".paint-editor_mode-selector_28iiQ");
+ var app = document.querySelector(".paint-editor_mode-selector_28iiQ")||document.querySelector(".paint-editor_mode-selector_O2uhP");
180
if (app !== null) {
181
return (
182
app[
0 commit comments