mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Support Downgrade and Delete operations at the same time (close #7682)
This commit is contained in:
@@ -127,7 +127,7 @@ export function operationDowngrade(context, selectedIDs) {
|
||||
|
||||
|
||||
operation.id = 'downgrade';
|
||||
operation.keys = [uiCmd('⌘⌫'), uiCmd('⌘⌦'), uiCmd('⌦')];
|
||||
operation.keys = [uiCmd('⌫')];
|
||||
operation.title = t('operations.downgrade.title');
|
||||
operation.behavior = behaviorOperation(context).which(operation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user