mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Remove unused string
Don't show preset browser when adding a favorite point Don't automatically open the sidebar when selecting a non-new feature
This commit is contained in:
@@ -36,7 +36,7 @@ export function modeAddPoint(context, customMode) {
|
||||
);
|
||||
|
||||
context.enter(
|
||||
modeSelect(context, [node.id]).newFeature(true)
|
||||
modeSelect(context, [node.id]).newFeature(!mode.preset)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ export function modeAddPoint(context, customMode) {
|
||||
);
|
||||
|
||||
context.enter(
|
||||
modeSelect(context, [node.id]).newFeature(true)
|
||||
modeSelect(context, [node.id]).newFeature(!mode.preset)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user