kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Merge pull request #1358 from aelocson/fix-1357
Fix #1357: Railroad plugin under Node.jsprint-window-tiddler
commit
33603e1bd2
|
@ -74,7 +74,7 @@ RailroadWidget.prototype.renderSvg = function(parser,div) {
|
|||
|
||||
RailroadWidget.prototype.patchLinks = function(node) {
|
||||
var self = this;
|
||||
if(node.hasChildNodes()) {
|
||||
if(!$tw.node && node.hasChildNodes()) {
|
||||
var children = node.childNodes;
|
||||
for(var i=0; i<children.length; i++) {
|
||||
var child = children[i];
|
||||
|
|
Ładowanie…
Reference in New Issue