@tmagic/editor 1.3.0-alpha.6 → 1.3.0-alpha.7

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/style.css CHANGED
@@ -675,6 +675,9 @@
675
675
  justify-content: center;
676
676
  align-items: center;
677
677
  }
678
+ .m-editor-stage:focus-visible {
679
+ outline: none;
680
+ }
678
681
  .m-editor-stage-container {
679
682
  width: 100%;
680
683
  height: 100%;