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.
2 parents aaeda27 + 97e6ce1 commit e8fa05eCopy full SHA for e8fa05e
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")||document.querySelector("[class*='paint-editor_mode-selector_']");
180
if (app !== null) {
181
return (
182
app[
0 commit comments