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 4f5d515 commit 0e926f1Copy full SHA for 0e926f1
1 file changed
app/pages/search.vue
@@ -740,10 +740,6 @@ watch(
740
741
onBeforeUnmount(() => {
742
stopObservingFocusableElements()
743
- if (refreshFocusableElementsFrame != null) {
744
- window.cancelAnimationFrame(refreshFocusableElementsFrame)
745
- refreshFocusableElementsFrame = null
746
- }
747
updateLiveRegionMobile.cancel()
748
updateLiveRegionDesktop.cancel()
749
})
0 commit comments