mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Allow clicking to focus the background offset text field (close #6698)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user