mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Remove a feature list event binding
Binding to map drawn is sufficient.
This commit is contained in:
@@ -35,9 +35,6 @@ iD.ui.FeatureList = function(context) {
|
||||
var list = listWrap.append('div')
|
||||
.attr('class', 'feature-list fillL cf');
|
||||
|
||||
context.history()
|
||||
.on('change.feature-list', drawList);
|
||||
|
||||
context.map()
|
||||
.on('drawn.feature-list', mapDrawn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user