guardian / scribe-plugin-noting

9 stars 3 forks source link

Unchecked expectations in wrapInNoteAroundPaste #155

Closed thekarel closed 8 years ago

thekarel commented 8 years ago

Examples:

nextNote.addChild(createVirtualScribeMarker());
--> TypeError: Cannot read property 'addChild' of null
prevNote.prependChildren(createVirtualScribeMarker());
--> TypeError: Cannot read property 'prependChildren' of null