mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-25 11:44:52 +00:00
Fix typo affecting transclusion recursion detection
This commit is contained in:
@@ -62,7 +62,6 @@ TranscludeWidget.prototype.execute = function() {
|
|||||||
if(parser) {
|
if(parser) {
|
||||||
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
||||||
parseTreeNodes = [{type: "text", text: "Recursive transclusion error in transclude widget"}];
|
parseTreeNodes = [{type: "text", text: "Recursive transclusion error in transclude widget"}];
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Construct the child widgets
|
// Construct the child widgets
|
||||||
|
|||||||
Reference in New Issue
Block a user