Skip to content

Commit

Permalink
fix bug (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust authored Dec 24, 2024
1 parent 6f9a457 commit edcf20f
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 edcf20f

Please sign in to comment.