Showing 1 changed files with 2 additions and 1 deletions
+2 -1
Nasal/menu.nas
... ...
@@ -120,7 +120,8 @@ var pageClass = {
120 120
                             state.geometry.y,
121 121
                             );
122 122
 
123
-                elsif (find('editable', state.objects[line].type) > -1)
123
+                elsif (find('editable', state.objects[line].type) > -1
124
+                   or  find('highlighted', state.objects[line].type) > -1)
124 125
                     me._editable_text(
125 126
                             id ~ '-' ~ (line - state.scroll.offset),
126 127
                             state.objects[line].text,