mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Make the preset browser appear upon adding a new relation.
Closes #5656
This commit is contained in:
@@ -77,7 +77,7 @@ export function uiRawMembershipEditor(context) {
|
||||
t('operations.add.annotation.relation')
|
||||
);
|
||||
|
||||
context.enter(modeSelect(context, [relation.id]));
|
||||
context.enter(modeSelect(context, [relation.id]).newFeature(true));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user