disable activation by distance if in JITSI

This commit is contained in:
Hanusiak Piotr
2022-02-07 12:36:33 +01:00
parent bf0d2eb412
commit aec7790875
4 changed files with 39 additions and 16 deletions
-2
View File
@@ -10,8 +10,6 @@ export function createColorStore() {
const updateColor = () => {
console.log('update color');
console.log(pointedByPointer, pointedByCharacter, followColor, apiColor);
set(pointedByPointer ?? pointedByCharacter ?? followColor ?? apiColor);
};