@mirror-physics/fractal-ui 0.2.0-next.48 → 0.2.0-next.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -451,8 +451,10 @@ function CodeBlock({
451
451
  basicSetup: {
452
452
  lineNumbers,
453
453
  foldGutter: lineNumbers,
454
+ drawSelection: editable,
454
455
  highlightActiveLine: editable,
455
456
  highlightActiveLineGutter: editable,
457
+ highlightSelectionMatches: editable,
456
458
  autocompletion: editable,
457
459
  history: editable
458
460
  },