Allow clicking to focus the background offset text field (close #6698)

This commit is contained in:
Quincy Morgan
2019-08-22 11:52:53 -05:00
parent 7d9f732753
commit 47918f38df
-1
View File
@@ -98,7 +98,6 @@ export function uiBackgroundOffset(context) {
function dragOffset() {
d3_event.preventDefault();
if (d3_event.button !== 0) return;
var origin = [d3_event.clientX, d3_event.clientY];