getSelectionConfig function
Get the selection configuration from state.
Implementation
SelectionConfig getSelectionConfig(EditorState state) {
return state.facet(selectionConfig);
}
Get the selection configuration from state.
SelectionConfig getSelectionConfig(EditorState state) {
return state.facet(selectionConfig);
}