mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 15:33:50 +00:00
Hide inspector when dragging (fixes #2229)
This commit is contained in:
@@ -66,6 +66,7 @@ iD.ui.Sidebar = function(context) {
|
||||
|
||||
sidebar.hide = function() {
|
||||
featureListWrap.classed('inspector-hidden', false);
|
||||
inspectorWrap.classed('inspector-hidden', true);
|
||||
if (current) current.remove();
|
||||
current = null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user