Skip to content

Commit

Permalink
Revert f61d244
Browse files Browse the repository at this point in the history
No evidence that this change improved anything
  • Loading branch information
Jermolene committed Jul 20, 2023
1 parent 04e971c commit 0a4cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/widgets/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Widget base class
"use strict";

/* 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
Expand Down

0 comments on commit 0a4cfa1

Please sign in to comment.