1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-06-25 06:32:58 +00:00
BurningTreeC 0ff96f9caf [pagescroller] add callback function option (#3473)
this allows using the pagescroller for scrolling elements into view where the rect gets calculated somewhere else

Example: CodeMirror has the `cm.cursorCoords()` function that returns the rect of the textselection (or cursor coordinates)

this scrolls the cursor or text selection into view using tiddlywikis pagescroller:

`$tw.pageScroller.scrollIntoView(undefined, function() { return self.cm.cursorCoords(true,"window"); });`
2018-11-15 14:58:32 +00:00
..
2018-09-28 16:01:32 +01:00
2018-06-13 15:50:47 +01:00
2018-10-30 17:39:18 +00:00
2017-02-04 17:24:25 +00:00