mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Fix notice display
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ iD.ui.notice = function(selection) {
|
||||
selection
|
||||
.text(_)
|
||||
.transition()
|
||||
.style('display', 'auto');
|
||||
.style('display', '');
|
||||
} else if (_ && message !== _) {
|
||||
selection.text(_);
|
||||
} else if (!_) {
|
||||
|
||||
Reference in New Issue
Block a user