From 5dcaae4f51c030725292ff8cb5e8d15e8b9a2810 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:27:41 +0300 Subject: [PATCH] Update text-editing.ts --- .../src/features/rsform/components/rs-input/text-editing.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/rsconcept/frontend/src/features/rsform/components/rs-input/text-editing.ts b/rsconcept/frontend/src/features/rsform/components/rs-input/text-editing.ts index d97cca6d..9667e3f5 100644 --- a/rsconcept/frontend/src/features/rsform/components/rs-input/text-editing.ts +++ b/rsconcept/frontend/src/features/rsform/components/rs-input/text-editing.ts @@ -147,7 +147,6 @@ export class RSTextWrapper extends CodeMirrorWrapper { case TokenID.BOOLEAN: { if (!hasSelection && selection.from >= 2) { const enclosingText = this.ref.view.state.sliceDoc(selection.from - 2, selection.from + 1); - console.log(enclosingText); if (enclosingText === 'ℬ()') { this.ref.view.dispatch({ changes: [{ from: selection.from - 2, insert: 'ℬ' }]