You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.strictEqual(window.getSelection().toString(),textNode.nodeValue.slice(0,4),'text selection is preserved after drag when swipe handler is removed');
4854
-
window.getSelection().removeAllRanges();
4851
+
assert.strictEqual(window.getSelection().toString(),textNode.nodeValue.slice(0,4),'text selection exists after drag');
4855
4852
});
4856
4853
4857
4854
QUnit.test('text selection should reflect itemSwipe on/off subscription state',function(assert){
assert.strictEqual(window.getSelection().toString(),textNode.nodeValue.slice(0,4),'text selection is preserved after drag when swipe handler is removed');
4887
-
window.getSelection().removeAllRanges();
4881
+
assert.strictEqual(window.getSelection().toString(),textNode.nodeValue.slice(0,4),'text selection exists after drag when swipe handler is removed');
0 commit comments