1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-29 12:59:56 +00:00
No evidence that this change improved anything
This commit is contained in:
Jeremy Ruston 2023-07-20 22:03:00 +01:00
parent 04e971c3c6
commit 0a4cfa1164

View File

@ -13,7 +13,7 @@ Widget base class
"use strict"; "use strict";
/* Maximum permitted depth of the widget tree for recursion detection */ /* Maximum permitted depth of the widget tree for recursion detection */
var MAX_WIDGET_TREE_DEPTH = 500; var MAX_WIDGET_TREE_DEPTH = 1000;
/* /*
Create a widget object for a parse tree node Create a widget object for a parse tree node