Skip to content

Commit

Permalink
No need to coalesce markers for removed sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Sep 17, 2015
1 parent fe3d1ee commit af39a5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/editor/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ class PostEditor {
this.scheduleRerender();
this.scheduleDidUpdate();
}
if (isMarkerable(postNode)) {
this._queues.beforeCompletion.push(() => this._coalesceMarkers(postNode));
}
}

_markDirty(postNode) {
Expand Down

0 comments on commit af39a5a

Please sign in to comment.