We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0e34e commit 0a26342Copy full SHA for 0a26342
1 file changed
bin/UI.ml
@@ -23,7 +23,7 @@ module Vars = struct
23
arr,
24
None)
25
)
26
- | Scripts -> (
+ | Scripts | Delete_script_confirm (_, _) -> (
27
match Search_exp.parse script_name_specified with
28
| None -> (
29
(Dynarray.filter
@@ -624,7 +624,7 @@ module Top_pane = struct
624
~selected
625
usable_scripts
626
627
628
let lines =
629
try
630
match file with
0 commit comments