Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-05-07 12:27:22 +03:00
parent 0eef44697b
commit a21e38f56f
5 changed files with 88 additions and 0 deletions
@@ -686,6 +686,8 @@ async function saveKeys (keys) {
clearDirty()
// after saving, clear save selection to avoid accidental re-save
saveSelectedKeyMap.value = {}
// after saving, also clear the search input so the sheet reloads unfiltered
filters.value.search = ''
await refreshAll()
} catch (e) {
const detail = await extractApiErrorDetail(e)