Fix typo in contacts app preventing new lines

This commit is contained in:
yflory 2018-07-27 13:21:41 +02:00
parent 37f22550fe
commit 55715748cc

View file

@ -247,7 +247,7 @@ define([
// insert a newline if they're holding either
var val = this.value;
var start = this.selectionState;
var start = this.selectionStart;
var end = this.selectionEnd;
if (![start,end].some(function (x) {