Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getSelectedBlockClientId selector (#12214)
* Fix getSelectedBlockClientId selector At the moment, we don't have a way to clear or update block selection for UNDO / REDO actions. By inverting the dependencies between getSelectedBlockClientId and getSelectedBlock we make sure we always return a valid clientId in getSelectedBlockClientId. We still have to fix the UNDO/REDO problem internally, but, in the meantime, this patch fixes the API. * Fix tests * Revert "Fix getSelectedBlockClientId selector" This reverts commit cfa3066. * Revert "Fix tests" This reverts commit 60abeab. * Use a more performant variant
- Loading branch information