Skip to content

Commit ec73063

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)