diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-26 00:32:47 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-26 00:32:47 -0400 |
| commit | 2d8b3c6b73da1b7685903697525a277fd53340a5 (patch) | |
| tree | 28583c7c6d1bc5a652ea64e0b679cc68eff80d69 /src/Utils.ts | |
| parent | 2790d5b6c374ca24e7307b03f1fd72be7172b033 (diff) | |
a lot of changes to move isContentActive into DocumentView
Diffstat (limited to 'src/Utils.ts')
| -rw-r--r-- | src/Utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.ts b/src/Utils.ts index 102ac520b..de3b13f63 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -116,7 +116,7 @@ export namespace Utils { } const isTransparentFunctionHack = "isTransparent(__value__)"; - const noRecursionHack = "__noRecursion"; + export const noRecursionHack = "__noRecursion"; export function IsRecursiveFilter(val: string) { return !val.includes(noRecursionHack); } |
