mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-23 19:57:38 +00:00
Re-introduce listviews
Now called storyviews because they're aware of the history structure as well as the list structure.
This commit is contained in:
@@ -78,7 +78,9 @@ exports.startup = function() {
|
||||
});
|
||||
// Install the scroller
|
||||
$tw.pageScroller = new $tw.utils.PageScroller();
|
||||
$tw.rootWidget.addEventListener("tw-scroll",$tw.pageScroller);
|
||||
$tw.rootWidget.addEventListener("tw-scroll",function(event) {
|
||||
$tw.pageScroller.handleEvent(event);
|
||||
});
|
||||
// Install the save action handler
|
||||
$tw.wiki.initSavers();
|
||||
$tw.rootWidget.addEventListener("tw-save-wiki",function(event) {
|
||||
|
Reference in New Issue
Block a user