mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Prefer selection argument to this
This commit is contained in:
@@ -6,7 +6,8 @@ iD.ui.preset.combo = function(field) {
|
||||
|
||||
function combo(selection) {
|
||||
|
||||
wrap = this.append('span').attr('class', 'input-wrap-position');
|
||||
wrap = selection.append('span')
|
||||
.attr('class', 'input-wrap-position');
|
||||
|
||||
input = wrap.append('input')
|
||||
.attr('type', 'text')
|
||||
|
||||
Reference in New Issue
Block a user