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

Enter link editor in edit mode when already editing #297

Closed
jackfischer opened this issue Nov 24, 2023 · 1 comment · Fixed by #330
Closed

Enter link editor in edit mode when already editing #297

jackfischer opened this issue Nov 24, 2023 · 1 comment · Fixed by #330
Labels
enhancement New feature or request

Comments

@jackfischer
Copy link

jackfischer commented Nov 24, 2023

Current behavior: while editing/inserting an object and click into a link to populate it, you then have to separately enter edit mode on that link

Expected behavior: Clearly you are already editing, so the link editor should be in edit mode already

EdgeDB 4.1+0c628ea (repl 4.0.2+500be79)

    type Organization {}

    type User {
        required link organization: Organization;
    }

2023-11-24 10 59 38

@jackfischer
Copy link
Author

Related papercut in this situation #229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants