mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
fix changes
This commit is contained in:
parent
cd55c7360d
commit
25329da50b
6 changed files with 330 additions and 107 deletions
|
|
@ -60,6 +60,10 @@
|
|||
|
||||
class Quote {
|
||||
|
||||
static prepare() {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log("Quote rendering");
|
||||
}
|
||||
|
|
@ -70,7 +74,6 @@
|
|||
|
||||
}
|
||||
|
||||
console.log("This is Quote", Quote);
|
||||
codex = {};
|
||||
codex.editor = 1;
|
||||
var editor = new CodexEditor({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue