diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-07-22 14:27:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-07-22 14:27:07 -0700 |
commit | 0435901a98933cc875306ff72242b020f4181018 (patch) | |
tree | 814106f88788d696ed7df0c54766ef4df407ff9f /edit.lua | |
parent | 6f7a46edc80af5ab6794cedb312b8a7d404562fa (diff) | |
parent | 8eb9826aac4a38721c47bdf648f8697538438caa (diff) | |
download | view.love-0435901a98933cc875306ff72242b020f4181018.tar.gz |
Merge text.love
Diffstat (limited to 'edit.lua')
-rw-r--r-- | edit.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua index 61f255e..37240d8 100644 --- a/edit.lua +++ b/edit.lua @@ -295,7 +295,6 @@ function edit.keychord_press(State, chord, key) if s then App.set_clipboard(s) end - -- dispatch to text else Text.keychord_press(State, chord) end |