mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
16 lines
324 B
JavaScript
16 lines
324 B
JavaScript
|
export let editorShim = {
|
||
|
range: {
|
||
|
head: {
|
||
|
section: {
|
||
|
renderNode: {
|
||
|
_element: {
|
||
|
tagName: 'P'
|
||
|
}
|
||
|
},
|
||
|
isBlank: false
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
cursorDidChange: function() {}
|
||
|
};
|