feat: improve editor
This commit is contained in:
parent
b784264d96
commit
ccf6a17f72
12 changed files with 68 additions and 24 deletions
|
@ -20,7 +20,7 @@ const selectedLanguage = computed({
|
|||
|
||||
<template>
|
||||
<NodeViewWrapper>
|
||||
<div relative my2>
|
||||
<div relative my2 class="code-block">
|
||||
<select v-model="selectedLanguage" contenteditable="false" absolute top-1 right-1 rounded px2 op0 hover:op100 focus:op100 transition>
|
||||
<option :value="null">
|
||||
plain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue