Skip to content

Commit ec73063

Browse files
committed
Fix save button appearing in report modal
1 parent de2fd71 commit ec73063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/watch-later/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default function ({ feature, console }) {
22
ScratchTools.waitForElements(
3-
".flex-row.action-buttons",
3+
".preview .inner .flex-row.action-buttons",
44
async function (row) {
55
let saved = (await ScratchTools.storage.get("watchLater")) || [];
66

0 commit comments

Comments
 (0)