Skip to content

Commit d8723c5

Browse files
committed
fix scratchpad on time problems
1 parent 022e789 commit d8723c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time-problems.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const optionsContainer = document.getElementById('options-container');
142142
const nextBtn = document.getElementById('next-btn');
143143
const prevBtn = document.getElementById('prev-btn');
144144
const toggleScratchpadBtn = document.getElementById('toggle-scratchpad');
145-
const scratchpadArea = document.getElementById('scratchpad');
145+
const scratchpadArea = document.getElementById('scratchpad-area');
146146
const closeScratchpadBtn = document.getElementById('close-scratchpad');
147147
const undoBtn = document.getElementById('undo-btn');
148148
const redoBtn = document.getElementById('redo-btn');

0 commit comments

Comments
 (0)