Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Dec 23, 2024
1 parent 6f9a457 commit 0d76780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ module Search_by_type = struct
()
in
let _disposable =
QuickPick.onDidHide quickPick ~listener:(fun () -> QuickPick.dispose quickPick)
QuickPick.onDidHide quickPick ~listener:(fun () -> QuickPick.dispose quickPick) ()
in
QuickPick.show quickPick

Expand Down

0 comments on commit 0d76780

Please sign in to comment.