This commit is contained in:
Raymond Hill 2025-06-03 16:45:16 -04:00
parent fd049c9e1f
commit b81076224c
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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();
</script>