edgedb / edgedb-ui

The home of EdgeDB UI and all related shared UI components
Apache License 2.0
50 stars 7 forks source link

Enter link editor in edit mode when already editing #297

Closed jackfischer closed 7 months ago

jackfischer commented 10 months ago

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 commented 10 months ago

Related papercut in this situation https://github.com/edgedb/edgedb-ui/issues/229