diff --git a/src/ui/editor.js b/src/ui/editor.js index 2116a421..3d00da72 100644 --- a/src/ui/editor.js +++ b/src/ui/editor.js @@ -451,7 +451,7 @@ var Editor = exports.Editor = Widget.extend({ checkOrientation: function () { Widget.prototype.checkOrientation.call(this); - var list = this.element.find('ul'), + var list = this.element.find('ul').first(), controls = this.element.find('.annotator-controls'); if (this.element.hasClass(this.classes.invert.y)) {