refactor(editor): Standardize components sections order (no-changelog) (#10540)

This commit is contained in:
Ricardo Espinoza
2024-08-24 09:24:08 -04:00
committed by GitHub
parent 4d48f903af
commit 609bc4d97d
215 changed files with 10387 additions and 10376 deletions

View File

@@ -1,7 +1,3 @@
<template>
<div ref="root" :class="$style.editor" @keydown.stop></div>
</template>
<script setup lang="ts">
import { history } from '@codemirror/commands';
import { Prec } from '@codemirror/state';
@@ -109,6 +105,10 @@ onMounted(() => {
defineExpose({ editor });
</script>
<template>
<div ref="root" :class="$style.editor" @keydown.stop></div>
</template>
<style lang="scss" module>
:global(.cm-content) {
border-radius: var(--border-radius-base);