We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a59842 commit 273da09Copy full SHA for 273da09
packages/editor/src/components/block-list/index.js
@@ -229,7 +229,7 @@ export default compose( [
229
blockClientIds: getBlockOrder( rootClientId ),
230
selectionStart: getMultiSelectedBlocksStartClientId(),
231
selectionEnd: getMultiSelectedBlocksEndClientId(),
232
- selectionStartClientId: getBlockSelectionStart(),
+ selectionStartClientId: isSelectionEnabled() && getBlockSelectionStart(),
233
isSelectionEnabled: isSelectionEnabled(),
234
isMultiSelecting: isMultiSelecting(),
235
};
0 commit comments