Merge template-live-editor

This commit is contained in:
Kartik K. Agaram 2023-02-09 23:23:21 -08:00
commit 94dcf80cdf
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ function edit.keychord_press(State, chord, key)
Text.delete_selection(State, State.left, State.right)
end
if State.search_term then
for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
if chord == 'escape' then
State.search_term = nil
State.search_text = nil