Daniel Richards

Results 215 comments of Daniel Richards

I see some issues in your code that I think are worth fixing, then letting us know if the issue still happens: - The first (parent) block has a useSelect...

I've had a look at how the List View tab is implemented. There's an `allowList` here that limits the tab only to the navigation block: https://github.com/WordPress/gutenberg/blob/d3734f5e4839d0cf5ada56fedb253fae26c55116/packages/block-editor/src/components/inspector-controls-tabs/use-is-list-view-tab-disabled.js#L3 It's easy enough to...

> At this point my main concern would be with the custom logic for showing LinkControl in the ListView as that is quite specific to Navigation. Is that the popup...

> Doing this will disable multi-selection in the table view, so I'm not sure if we should disable all interactions. See https://github.com/WordPress/gutenberg/pull/70891 > cc @talldan I think the intention of...

I also tried, but can't reproduce this 🤔