Patch Changes
-
#4799 by @felixfeng33 –
-
Added
disableSelectAlloption to BlockSelectionPlugin. Set totrueto disable the plugin's custom selectAll (Cmd+A) behavior and use the editor's default behavior instead.BlockSelectionPlugin.configure({ options: { disableSelectAll: true }, });
-