From b81076224c7237eb73bae0049075dd1c936bc867 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 3 Jun 2025 16:45:16 -0400 Subject: [PATCH] Minor --- tools/jsonpath-tool.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/jsonpath-tool.html b/tools/jsonpath-tool.html index fc3386477..5643813dc 100644 --- a/tools/jsonpath-tool.html +++ b/tools/jsonpath-tool.html @@ -178,7 +178,6 @@ section .cm-lineWrapping { const aNewText = info.state.doc.toString(); if ( aNewText === aLastText ) { return; } aLastText = aNewText; - readJSON(); process(); }, 71); }, @@ -191,7 +190,6 @@ section .cm-lineWrapping { }); } - readJSON(); process();