about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-07-22 14:27:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2024-07-22 14:27:07 -0700
commit0435901a98933cc875306ff72242b020f4181018 (patch)
tree814106f88788d696ed7df0c54766ef4df407ff9f /edit.lua
parent6f7a46edc80af5ab6794cedb312b8a7d404562fa (diff)
parent8eb9826aac4a38721c47bdf648f8697538438caa (diff)
downloadview.love-0435901a98933cc875306ff72242b020f4181018.tar.gz
Merge text.love
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua1
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