Merge branch 'develop' of github.com:thecodingmachine/workadventure into menuInSvelte
This commit is contained in:
commit
aa9e5c4543
12 changed files with 96 additions and 16 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
let isMobile : boolean|null;
|
||||
const unsubscribe = obtainedMediaConstraintIsMobileStore.subscribe(value => {
|
||||
console.log('unsubscribe => obtainedMediaConstraintIsMobileStore', value);
|
||||
isMobile = value;
|
||||
});
|
||||
onDestroy(unsubscribe);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue