feat: seperate text & delta

This commit is contained in:
thecodrr
2020-03-19 11:30:05 +05:00
parent 7bdbde60ae
commit daf93e6f2c
13 changed files with 203 additions and 88 deletions

View File

@@ -4,7 +4,7 @@ import Notebook from "../models/notebook";
import Notes from "./notes";
import Trash from "./trash";
import sort from "fast-sort";
import getId from "../utils/id"
import getId from "../utils/id";
var tfun = require("transfun/transfun.js").tfun;
if (!tfun) {