diff options
| author | Jake Mannens <jake@asger.xyz> | 2025-08-20 01:18:18 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 01:21:04 +1000 |
| commit | 7eee419639c9f6a022e70607605218e994aea294 (patch) | |
| tree | cfc20a0a39f81390a795d4ff3e14220055da6097 /Pages/Component | |
| parent | f36c9e8d52b08253041392b0be9845422adca005 (diff) | |
Implemented a slightly better fix for focusing input dialogs 2
Diffstat (limited to 'Pages/Component')
| -rw-r--r-- | Pages/Component/TagSelectDialog.razor | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Pages/Component/TagSelectDialog.razor b/Pages/Component/TagSelectDialog.razor index 88e1471..7be5c43 100644 --- a/Pages/Component/TagSelectDialog.razor +++ b/Pages/Component/TagSelectDialog.razor @@ -75,11 +75,6 @@ LoadTags(); } - protected override async Task OnAfterRenderAsync(bool firstRender) { - if(Visible) - await Task.Delay(100).ContinueWith(t => queryInput.FocusAsync()); - } - private void LoadTags() { db = dbFactory.CreateDbContext(); |
