mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 09:12:15 +01:00
fix scroll & jumping issues with task dropdown, fixes ST-395
This commit is contained in:
committed by
Constantin Graf
parent
19cc05140a
commit
b391f47d1b
@@ -33,7 +33,7 @@ watch(open, (isOpen) => {
|
||||
if (isOpen) {
|
||||
nextTick(() => {
|
||||
initializeHighlightedItem();
|
||||
searchInput.value?.focus();
|
||||
searchInput.value?.focus({ preventScroll: true });
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user