Skip to content
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

[Bug] Enable Ctrl+A setting will be conflicted with Editor Ctrl+A behavior #1552

Closed
KiddoV opened this issue Apr 18, 2024 · 1 comment · Fixed by #1555
Closed

[Bug] Enable Ctrl+A setting will be conflicted with Editor Ctrl+A behavior #1552

KiddoV opened this issue Apr 18, 2024 · 1 comment · Fixed by #1555
Assignees
Labels
bug Something isn't working

Comments

@KiddoV
Copy link

KiddoV commented Apr 18, 2024

Version

^0.23.3

Link to Minimal Reproduction

N/A

Steps to Reproduce

Make sure to have Input-editor

Enable Ctrl+A in options:

...
    keyboardOptions: {
        selectAllOnCtrlA: true,
    },
...

When doing Ctrl+A in the input editor, it just select all table instead of select the input editor:
no-work

When disable the setting, the Ctrl+A for input editor works again:
work

Current Behavior

Ctrl + A for input editor not working when enable selectAllOnCtrlA.

Expected Behavior

Ctrl + A for input editor should work as expected when enable selectAllOnCtrlA.

Environment

- OS: Windows 10
- Browser: Webview2
- Framework: Svelte

Any additional comments?

No response

@KiddoV KiddoV added the bug Something isn't working label Apr 18, 2024
@KiddoV KiddoV changed the title [Bug] Enable Ctrl+A setting will be conflict with Editor Ctrl+A behavior [Bug] Enable Ctrl+A setting will be conflicted with Editor Ctrl+A behavior Apr 18, 2024
@fangsmile fangsmile self-assigned this Apr 19, 2024
@fangsmile fangsmile linked a pull request Apr 19, 2024 that will close this issue
21 tasks
@KiddoV
Copy link
Author

KiddoV commented Apr 19, 2024

That was quick, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants