add comment
This commit is contained in:
parent
3febb926ef
commit
47f149dd67
@ -494,6 +494,7 @@ impl MathApp {
|
|||||||
.has_focus();
|
.has_focus();
|
||||||
|
|
||||||
// If in focus and right arrow key was pressed, apply hint
|
// If in focus and right arrow key was pressed, apply hint
|
||||||
|
// TODO: change position of cursor
|
||||||
if func_edit_focus && ui.input().key_down(Key::ArrowRight) {
|
if func_edit_focus && ui.input().key_down(Key::ArrowRight) {
|
||||||
self.func_strs[i] += &hint;
|
self.func_strs[i] += &hint;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user