Backspace button(on tablet) not working

when I press my back button to delete, it will copy and paste the item I want to delete.
What is causing this and how do I fix it.

The code editor used (Microsoft’s Monaco, as used in their VSCode text editor) is very good, but doesn’t support mobile devices. It’s designed for desktop browsers. Unfortunately this means you get the issue you’re encountering.

See https://github.com/Microsoft/monaco-editor:

1 Like