mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 04:31:36 +02:00
remove uiCmd
This commit is contained in:
committed by
Bryan Housel
parent
47164d8f15
commit
957c75a7cc
@@ -6,7 +6,7 @@ import { t } from '../util/locale';
|
||||
import { shortcuts as shortcutsData } from '../../data';
|
||||
|
||||
export function uiShortcuts() {
|
||||
var key = uiCmd('⇧/');
|
||||
var key = '⇧/';
|
||||
var activeTab = 0;
|
||||
|
||||
function shortcuts(selection) {
|
||||
|
||||
Reference in New Issue
Block a user