mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-01 18:38:02 +00:00
Let view widget viewers get postRenderInDom() callbacks
This commit is contained in:
@@ -109,6 +109,12 @@ ViewWidget.prototype.refreshInDom = function(changedAttributes,changedTiddlers)
|
||||
}
|
||||
};
|
||||
|
||||
ViewWidget.prototype.postRenderInDom = function() {
|
||||
if(this.viewer && this.viewer.postRenderInDom) {
|
||||
this.viewer.postRenderInDom();
|
||||
}
|
||||
};
|
||||
|
||||
exports.view = ViewWidget;
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user