From 1e4714e58aa36c7c6726f7d8805ca331031ab81f Mon Sep 17 00:00:00 2001
From: databasedav <31483365+databasedav@users.noreply.github.com>
Date: Mon, 26 Aug 2024 02:37:12 -0700
Subject: [PATCH] remove extra space (#155)

---
 src/input.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/input.rs b/src/input.rs
index a1c6fb7..0b1df13 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -458,8 +458,6 @@ pub(crate) fn kb_input_text(
             }
 
             *is_deleting = true;
-            #[cfg(target_arch = "wasm32")]
-            editor.action(&mut font_system.0, Action::Backspace);
         }
 
         if keys.just_released(KeyCode::Backspace) {
-- 
GitLab