@@ -54,7 +54,7 @@ exports[`QuickOpenModal Basic render with mount & searchType = functions 1`] = `
5454 count = { 0 }
5555 expanded = { false }
5656 handleClose = { [Function ]}
57- hasPrefix = { false }
57+ hasPrefix = { true }
5858 onChange = { [Function ]}
5959 onKeyDown = { [Function ]}
6060 placeholder = " Search sources…"
@@ -195,7 +195,7 @@ exports[`QuickOpenModal Basic render with mount & searchType = variables 1`] = `
195195 count = { 0 }
196196 expanded = { false }
197197 handleClose = { [Function ]}
198- hasPrefix = { false }
198+ hasPrefix = { true }
199199 onChange = { [Function ]}
200200 onKeyDown = { [Function ]}
201201 placeholder = " Search sources…"
@@ -330,7 +330,7 @@ exports[`QuickOpenModal Basic render with mount 1`] = `
330330 count = { 0 }
331331 expanded = { false }
332332 handleClose = { [Function ]}
333- hasPrefix = { false }
333+ hasPrefix = { true }
334334 onChange = { [Function ]}
335335 onKeyDown = { [Function ]}
336336 placeholder = " Search sources…"
@@ -428,7 +428,7 @@ exports[`QuickOpenModal Renders when enabled 1`] = `
428428 count = { 0 }
429429 expanded = { false }
430430 handleClose = { [Function ]}
431- hasPrefix = { false }
431+ hasPrefix = { true }
432432 onChange = { [Function ]}
433433 onKeyDown = { [Function ]}
434434 placeholder = " Search sources…"
@@ -504,7 +504,7 @@ exports[`QuickOpenModal Simple goto search query = :abc & searchType = goto 1`]
504504 count = { 0 }
505505 expanded = { false }
506506 handleClose = { [Function ]}
507- hasPrefix = { false }
507+ hasPrefix = { true }
508508 onChange = { [Function ]}
509509 onKeyDown = { [Function ]}
510510 placeholder = " Search sources…"
@@ -623,7 +623,7 @@ exports[`QuickOpenModal closeModal 1`] = `
623623 count = { 0 }
624624 expanded = { false }
625625 handleClose = { [Function ]}
626- hasPrefix = { false }
626+ hasPrefix = { true }
627627 onChange = { [Function ]}
628628 onKeyDown = { [Function ]}
629629 placeholder = " Search sources…"
@@ -758,7 +758,7 @@ exports[`QuickOpenModal showErrorEmoji false when count + query 1`] = `
758758 count = { 2 }
759759 expanded = { true }
760760 handleClose = { [Function ]}
761- hasPrefix = { false }
761+ hasPrefix = { true }
762762 onChange = { [Function ]}
763763 onKeyDown = { [Function ]}
764764 placeholder = " Search sources…"
@@ -965,7 +965,7 @@ exports[`QuickOpenModal showErrorEmoji false when goto numeric ':2222' 1`] = `
965965 count = { 0 }
966966 expanded = { false }
967967 handleClose = { [Function ]}
968- hasPrefix = { false }
968+ hasPrefix = { true }
969969 onChange = { [Function ]}
970970 onKeyDown = { [Function ]}
971971 placeholder = " Search sources…"
@@ -1084,7 +1084,7 @@ exports[`QuickOpenModal showErrorEmoji false when no query 1`] = `
10841084 count = { 0 }
10851085 expanded = { false }
10861086 handleClose = { [Function ]}
1087- hasPrefix = { false }
1087+ hasPrefix = { true }
10881088 onChange = { [Function ]}
10891089 onKeyDown = { [Function ]}
10901090 placeholder = " Search sources…"
@@ -1219,7 +1219,7 @@ exports[`QuickOpenModal showErrorEmoji true when goto not numeric ':22k22' 1`] =
12191219 count = { 0 }
12201220 expanded = { false }
12211221 handleClose = { [Function ]}
1222- hasPrefix = { false }
1222+ hasPrefix = { true }
12231223 onChange = { [Function ]}
12241224 onKeyDown = { [Function ]}
12251225 placeholder = " Search sources…"
@@ -1338,7 +1338,7 @@ exports[`QuickOpenModal showErrorEmoji true when no count + query 1`] = `
13381338 count = { 0 }
13391339 expanded = { false }
13401340 handleClose = { [Function ]}
1341- hasPrefix = { false }
1341+ hasPrefix = { true }
13421342 onChange = { [Function ]}
13431343 onKeyDown = { [Function ]}
13441344 placeholder = " Search sources…"
@@ -1472,7 +1472,7 @@ exports[`QuickOpenModal updateResults on enable 2`] = `
14721472 count = { 0 }
14731473 expanded = { false }
14741474 handleClose = { [Function ]}
1475- hasPrefix = { false }
1475+ hasPrefix = { true }
14761476 onChange = { [Function ]}
14771477 onKeyDown = { [Function ]}
14781478 placeholder = " Search sources…"
0 commit comments