mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 15:38:27 +02:00
Prevent 'zoom in to edit' from showing up during save success, closes #1792
Sets a background color, the same as the save state.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ iD.ui.Success = function(context) {
|
||||
.text(t('success.just_edited'));
|
||||
|
||||
var body = selection.append('div')
|
||||
.attr('class', 'body save-success');
|
||||
.attr('class', 'body save-success fillL');
|
||||
|
||||
body.append('p')
|
||||
.html(t('success.help_html'));
|
||||
|
||||
Reference in New Issue
Block a user