mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 03:18:02 +00:00
Refresh railroad diagrams when config tiddler changes
This commit is contained in:
@@ -117,7 +117,7 @@ RailroadWidget.prototype.patchLinks = function(node) {
|
||||
|
||||
RailroadWidget.prototype.refresh = function(changedTiddlers) {
|
||||
var changedAttributes = this.computeAttributes();
|
||||
if(changedAttributes.text) {
|
||||
if(changedAttributes.text || changedTiddlers[RAILROAD_OPTIONS]) {
|
||||
this.refreshSelf();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user