Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user