mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Clear sidebar when not hovering (fixes #1528)
This commit is contained in:
@@ -6,8 +6,6 @@ iD.ui.Inspector = function(context) {
|
||||
newFeature = false;
|
||||
|
||||
function inspector(selection) {
|
||||
selection.style('display', 'block');
|
||||
|
||||
var $wrap = selection.selectAll('.panewrap')
|
||||
.data([0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user