WS: Add strip mute buttons to mixer demo
This commit is contained in:
parent
ec2972df66
commit
4fc23fe029
@ -138,12 +138,7 @@ import { createRootContainer, Container, Dialog, Label, Button, DiscreteKnob,
|
||||
|
||||
function setupFullscreenButton () {
|
||||
const doc = document.documentElement,
|
||||
<<<<<<< HEAD
|
||||
button = document.getElementById('fullscreen');
|
||||
=======
|
||||
button = document.getElementById('fullscreen'),
|
||||
touchOrClick = ('ontouchstart' in doc) ? 'touchstart' : 'click';
|
||||
>>>>>>> WS: Add a fullscreen toggle to the mixer demo
|
||||
|
||||
let requestFullscreen = null, fullscreenChange = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user