From edd9945fe85a79913ca64032a8ab1b2fb447cfda Mon Sep 17 00:00:00 2001 From: Samuel JD <40059405+samueljd@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:53:37 +0530 Subject: [PATCH] fixed console spam and added fixes for /sp (#374) --- package.json | 4 ++-- .../EditorPage/TextEditor/EditorMenuBar.jsx | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 39f358f5..b551f853 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ }, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@biblionexus-foundation/scribe-editor": "0.1.2-scribe-v1", + "@biblionexus-foundation/scribe-editor": "0.1.3-scribe-v1", "@capacitor/app": "5.0.6", "@capacitor/core": "5.4.2", "@capacitor/haptics": "5.0.6", @@ -225,7 +225,7 @@ "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "5.0.1", - "sj-usfm-grammar": "^3.0.3", + "sj-usfm-grammar": "^3.0.4", "styled-components": "^5.3.6", "tc-ui-toolkit": "5.3.3", "terser-webpack-plugin": "^5.3.10", diff --git a/renderer/src/components/EditorPage/TextEditor/EditorMenuBar.jsx b/renderer/src/components/EditorPage/TextEditor/EditorMenuBar.jsx index 2302e375..6bc2ea42 100644 --- a/renderer/src/components/EditorPage/TextEditor/EditorMenuBar.jsx +++ b/renderer/src/components/EditorPage/TextEditor/EditorMenuBar.jsx @@ -41,7 +41,7 @@ export default function EditorMenuBar(props) { }; return ( -