@the-grid/ed
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,3 @@ | ||
/* eslint no-console: 0 */ | ||
import Ed from '../src/index' | ||
@@ -2,0 +4,0 @@ import fixture from './fixture' |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "the grid api with prosemirror", | ||
@@ -8,0 +8,0 @@ "main": "dist/ed.js", |
@@ -195,3 +195,2 @@ require('./index.css') | ||
while (doc.content.content[index] && doc.content.content[index].type.contains === null) { | ||
console.log(index) | ||
index++ | ||
@@ -198,0 +197,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5233816