More search functionality

This commit is contained in:
Pieter Vander Vennet 2024-08-22 22:50:37 +02:00
parent 5d0de8520b
commit 1c46a65c84
25 changed files with 962 additions and 846 deletions

View file

@ -601,6 +601,9 @@ export default class ThemeViewState implements SpecialVisualizationState {
) {
return
}
if(document.activeElement.tagName === "button" || document.activeElement.tagName === "input"){
return
}
this.selectClosestAtCenter(0)
}
)