Fossil SCM
Take note of a possible TODO point.
Commit
4bc9aa3ca8c51ab6e31c280a087d5dca3af530f7830f4c0ec0b3907167f2b6d4
Parent
72dc40da49c4dec…
1 file changed
+1
+1
| --- src/graph.js | ||
| +++ src/graph.js | ||
| @@ -836,10 +836,11 @@ | ||
| 836 | 836 | ** |
| 837 | 837 | ** Ideas and TODOs: |
| 838 | 838 | ** |
| 839 | 839 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 840 | 840 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 841 | +** o Shortcut to toggle the tick-mark for the focused check-in node. | |
| 841 | 842 | ** o Improve scrolling the focused element into view for browsers without the |
| 842 | 843 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 843 | 844 | ** something similar to the scrollToSelected() function in this source file. |
| 844 | 845 | */ |
| 845 | 846 | (function(){ |
| 846 | 847 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -836,10 +836,11 @@ | |
| 836 | ** |
| 837 | ** Ideas and TODOs: |
| 838 | ** |
| 839 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 840 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 841 | ** o Improve scrolling the focused element into view for browsers without the |
| 842 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 843 | ** something similar to the scrollToSelected() function in this source file. |
| 844 | */ |
| 845 | (function(){ |
| 846 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -836,10 +836,11 @@ | |
| 836 | ** |
| 837 | ** Ideas and TODOs: |
| 838 | ** |
| 839 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 840 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 841 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 842 | ** o Improve scrolling the focused element into view for browsers without the |
| 843 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 844 | ** something similar to the scrollToSelected() function in this source file. |
| 845 | */ |
| 846 | (function(){ |
| 847 |