mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
Update web/src/lib/actions/focus.ts
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const initInput = (element: HTMLInputElement, timeOut: number = 0) => {
|
||||
setTimeout(() => element.focus(), timeOut);
|
||||
export const initInput = (element: HTMLInputElement, timeout: number = 0) => {
|
||||
setTimeout(() => element.focus(), timeout);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user