mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
WS: Add strip mute buttons to mixer demo
This commit is contained in:
parent
ec2972df66
commit
4fc23fe029
1 changed files with 0 additions and 5 deletions
|
|
@ -138,12 +138,7 @@ import { createRootContainer, Container, Dialog, Label, Button, DiscreteKnob,
|
||||||
|
|
||||||
function setupFullscreenButton () {
|
function setupFullscreenButton () {
|
||||||
const doc = document.documentElement,
|
const doc = document.documentElement,
|
||||||
<<<<<<< HEAD
|
|
||||||
button = document.getElementById('fullscreen');
|
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;
|
let requestFullscreen = null, fullscreenChange = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue