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 de2fd71 commit ec73063Copy full SHA for ec73063
features/watch-later/script.js
@@ -1,6 +1,6 @@
1
export default function ({ feature, console }) {
2
ScratchTools.waitForElements(
3
- ".flex-row.action-buttons",
+ ".preview .inner .flex-row.action-buttons",
4
async function (row) {
5
let saved = (await ScratchTools.storage.get("watchLater")) || [];
6
0 commit comments