Skip to content

Commit 8b7e5b4

Browse files
author
Kurt Medley
committed
Fixing debounce value;
1 parent 2eae297 commit 8b7e5b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/filmstrip/CdrFilmstripEngine.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const announceFrames = useDebounceFn(() => {
227227
: `Now showing frames ${start} through ${end} of ${totalFrames}`;
228228
229229
emit('ariaMessage', ariaMessage.value);
230-
}, 0);
230+
}, 300);
231231
232232
/**
233233
* Provides initial accessibility announcement when focus enters the filmstrip.

0 commit comments

Comments
 (0)