mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 03:47:56 +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) {
|
function onRowClicked(clickEvent) {
|
||||||
let entityID = this.dataset.entityID;
|
let entityID = this.dataset.entityID;
|
||||||
let selection = [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) {
|
if (controlKey) {
|
||||||
let selectedIndex = selectedEntities.indexOf(entityID);
|
let selectedIndex = selectedEntities.indexOf(entityID);
|
||||||
|
|
Loading…
Reference in a new issue