mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 08:02:22 +02:00
Typo
This commit is contained in:
parent
3bb65edafb
commit
4e12750255
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ function loaded() {
|
|||
function onRowClicked(clickEvent) {
|
||||
let entityID = this.dataset.entityID;
|
||||
let selection = [entityID];
|
||||
let controlKey = window.navigator.platform.startsWith("Mac") ? clickeEvent.metaKey : clickEvent.ctrlKey;
|
||||
let controlKey = window.navigator.platform.startsWith("Mac") ? clickEvent.metaKey : clickEvent.ctrlKey;
|
||||
|
||||
if (controlKey) {
|
||||
let selectedIndex = selectedEntities.indexOf(entityID);
|
||||
|
|
Loading…
Reference in a new issue