fix: editor not following app's theme

This commit is contained in:
thecodrr
2021-07-20 23:19:51 +05:00
parent c94c9528d8
commit f2177016bd
5 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,5 @@
import tinymce from "tinymce/tinymce";
import hljs from "highlight.js/lib/common";
import "highlight.js/styles/atom-one-light.css";
import { getCharacterRange, moveCaretTo, persistSelection } from "../utils";
const TAB = " ";