mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Restore class used by walkthrough (fixes #1579)
This commit is contained in:
@@ -75,6 +75,7 @@ iD.ui.PresetList = function(context) {
|
||||
.attr('class', 'search-header');
|
||||
|
||||
var search = searchWrap.append('input')
|
||||
.attr('class', 'preset-search-input')
|
||||
.attr('placeholder', t('inspector.search'))
|
||||
.attr('type', 'search')
|
||||
.on('keydown', keydown)
|
||||
|
||||
Reference in New Issue
Block a user