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

fix(core): fix copy related issues #7394

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Commits on Aug 19, 2024

  1. fix(core): ignore all input/textarea elements when copying

    fixes sdx-1591
    
    Signed-off-by: Fred Carlsen <[email protected]>
    sjelfull committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b7c061a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix(core): fix blur issue for references inside groups

    Removes blur handler on reference preview. This is a unnecessary footgun, and it is triggered because focus will change to the first element in the opened reference pane.
    
    It isn’t clear why this only happens inside groups, though, so might dig more into that.
    
    Fixes #7265
    
    Signed-off-by: Fred Carlsen <[email protected]>
    sjelfull committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7ab074b View commit details
    Browse the repository at this point in the history