mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Pacify eslint
This commit is contained in:
@@ -85,8 +85,10 @@ export function uiChangesetEditor(context) {
|
|||||||
|
|
||||||
if (initial) {
|
if (initial) {
|
||||||
var node = d3.select('#preset-input-comment').node();
|
var node = d3.select('#preset-input-comment').node();
|
||||||
node && node.focus();
|
if (node) {
|
||||||
node && node.select();
|
node.focus();
|
||||||
|
node.select();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
notShown = notShown.map(function(field) {
|
notShown = notShown.map(function(field) {
|
||||||
|
|||||||
Reference in New Issue
Block a user