Skip to content
Snippets Groups Projects
Unverified Commit 1e4714e5 authored by databasedav's avatar databasedav Committed by GitHub
Browse files

remove extra space (#155)

parent 9da3deba
No related branches found
No related tags found
No related merge requests found
...@@ -458,8 +458,6 @@ pub(crate) fn kb_input_text( ...@@ -458,8 +458,6 @@ pub(crate) fn kb_input_text(
} }
*is_deleting = true; *is_deleting = true;
#[cfg(target_arch = "wasm32")]
editor.action(&mut font_system.0, Action::Backspace);
} }
if keys.just_released(KeyCode::Backspace) { if keys.just_released(KeyCode::Backspace) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment