Commit 0909eb27 authored by Evan W. Patton's avatar Evan W. Patton

Fix bug with selection clearing triggered when dev tools open

Change-Id: I62d20ee830af8f88ce816736d71ab78da90fed9d
parent 57286750
......@@ -166,7 +166,7 @@ public final class DragSourceSupport implements MouseListener {
sel.removeAllRanges();
}
if (sel.collapse) {
sel.collapse();
sel.collapse(null, 0);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment