mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
0ff96f9caf
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"); });` |
||
---|---|---|
.. | ||
diff-match-patch | ||
dom | ||
crypto.js | ||
csv.js | ||
edition-info.js | ||
fakedom.js | ||
filesystem.js | ||
logger.js | ||
parsetree.js | ||
performance.js | ||
pluginmaker.js | ||
transliterate.js | ||
utils.js |