You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a desktop memo and I create a content editable div (Dragable as well).
If I try to edit it, that works. However, if I try to use hotkeys or Enter, it goes badly.
And Enter will return "Ret" and may launch apps on the desk.
I want to make a desktop memo and I create a content editable div (Dragable as well).
If I try to edit it, that works. However, if I try to use hotkeys or Enter, it goes badly.
And Enter will return "Ret" and may launch apps on the desk.
Here is my code.
<style> #mytextbox { width: 200px; height: 100px; background-color: #f2f2f2; border: 1px solid #ccc; padding: 10px; position: absolute; left: 0; top: 0; cursor: move; } </style>`
`
The text was updated successfully, but these errors were encountered: