mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
blur active element on navigation - fixes #287
This commit is contained in:
@@ -161,6 +161,7 @@ function navigate(target: Target, id: number) {
|
||||
}
|
||||
|
||||
render(Page, props, scroll_history[id], token);
|
||||
document.activeElement.blur();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user