Skip to content

Commit

Permalink
Fix bug selection standardization bug introduced in b1888a8
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Jul 23, 2015
1 parent 774bdcd commit 1de2659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/extensions/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ var Toolbar;
offset = offset + 1;
}
selectionRange = Selection.select(this.document, adjacentNode, offset,
selectionRange.endContainer, selectionRange.offset);
selectionRange.endContainer, selectionRange.endOffset);
}
}
},
Expand Down

0 comments on commit 1de2659

Please sign in to comment.