mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Fix forward button in preset list
This commit is contained in:
@@ -19,7 +19,7 @@ iD.ui.PresetList = function(context) {
|
||||
if (currentPreset) {
|
||||
messagewrap.append('button')
|
||||
.attr('class', 'preset-choose')
|
||||
.on('click', event.choose)
|
||||
.on('click', function() { event.choose(currentPreset); })
|
||||
.append('span')
|
||||
.attr('class', 'icon forward');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user