refactor(editor): Standardize components sections order (no-changelog) (#10540)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user