diff --git a/webroot/rsrc/js/application/differential/behavior-user-select.js b/webroot/rsrc/js/application/differential/behavior-user-select.js index 476d7b80b8..8db48b704d 100644 --- a/webroot/rsrc/js/application/differential/behavior-user-select.js +++ b/webroot/rsrc/js/application/differential/behavior-user-select.js @@ -10,7 +10,8 @@ JX.behavior('differential-user-select', function() { var unselectable; function isOnRight(node) { - return node.parentNode.firstChild != node.previousSibling; + return node.previousSibling && + node.parentNode.firstChild != node.previousSibling; } JX.Stratcom.listen(