Skip to content

Commit 11df2f3

Browse files
committed
Fix regression when removing item didn't reset the search
1 parent 958d313 commit 11df2f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Maccy/MenuHeader/MenuHeaderView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ class MenuHeaderView: NSView, NSSearchFieldDelegate {
157157
return true
158158
case .deleteCurrentItem:
159159
customMenu?.delete()
160+
setQuery("")
160161
return true
161162
case .clearHistory:
162163
performMenuItemAction(MenuFooter.clear.rawValue)

0 commit comments

Comments
 (0)