From 2de69a71c774b62a4bf080757869392bb727d957 Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:20:46 +0800 Subject: [PATCH] docs: due to performance leaps, `debounce` is no longer that much necessary when `stringified` is disabled --- README.md | 2 +- docs/README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5830f2b..1cc737b 100644 --- a/README.md +++ b/README.md @@ -1014,7 +1014,7 @@ import { Mode } from 'vanilla-jsoneditor' ``` diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 909d683..0d070c3 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -1012,7 +1012,7 @@ import { Mode } from 'vanilla-jsoneditor' ```