-
-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The webdav address cannot be entered. #166
Comments
Hi @liyboy, thanks for the bugreport. I am having issues trying to reproduce it, though: when typing the (webdav) URL, no shortuts are evaluated. In Edge: Perhaps the issue manifests only under some more arcane conditions? This is the part of the source code responsible for not applying keyboard shortcuts when the UI is focused: https://github.com/ondras/my-mind/blob/master/src/keyboard.ts#L9 You can try this to help debug the issue:
|
Thanks. I'll try it. |
i have the same issue and i'll type your js code in console this is the output:
|
The output looks okay. I am afraid this will need someone with
|
Mymind is very simple and easy to use, thanks for open source. But when I input the webdav address, the input address conflicts with the shortcut key, which makes it impossible to input.
For example: s in https is the shortcut key for down, and there is no response when pressing the backspace key.
Additional explanation: my browser is edge.
The text was updated successfully, but these errors were encountered: