From 7882ee2957402d466e93a19f629f453085bf0f09 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Fri, 20 Nov 2020 22:31:31 +0500 Subject: [PATCH] fix: trailing space getting trimmed in title box --- apps/web/src/components/editor/titlebox.js | 1 - apps/web/yarn.lock | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/editor/titlebox.js b/apps/web/src/components/editor/titlebox.js index c1dced918..7a22127f2 100644 --- a/apps/web/src/components/editor/titlebox.js +++ b/apps/web/src/components/editor/titlebox.js @@ -27,7 +27,6 @@ function TitleBox(props) { }, []); useEffect(() => { - console.log("title changged", title); if (!inputRef.current) return; clearTimeout(changeTimeout); inputRef.current.value = title; diff --git a/apps/web/yarn.lock b/apps/web/yarn.lock index f74ced777..11c749b9f 100644 --- a/apps/web/yarn.lock +++ b/apps/web/yarn.lock @@ -8953,8 +8953,8 @@ normalize-url@^3.0.0, normalize-url@^3.0.1: integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== "notes-core@git+ssh://git@github.com:streetwriters/notesnook-core.git": - version "2.3.3" - resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#3b9eb3fad825edf1ba31152c92646ee1d37b6b71" + version "2.3.4" + resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#50544909402aeb71895eba66c0fe49b3fb6f46fc" dependencies: fast-sort "^2.0.1" fuzzysearch "^1.0.3"