diff options
| author | Mohammad Amoush <muhammedamoush@gmail.com> | 2019-11-06 17:39:59 -0500 |
|---|---|---|
| committer | Mohammad Amoush <muhammedamoush@gmail.com> | 2019-11-06 17:39:59 -0500 |
| commit | 822e9094d195b6c42160370ad304144b2474d24e (patch) | |
| tree | 81b4acb9216387f238dbfe79e6f1f63d50bfc83c /src/client/views/MainView.tsx | |
| parent | 2cf3ed4cd22726fdbe7f587605457271482c3a28 (diff) | |
| parent | 11e2a3ca056ca519227755b3c9cd80d354302aa5 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 68f5d5446..519565967 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -138,7 +138,7 @@ export class MainView extends React.Component { globalPointerDown = action((e: PointerEvent) => { this.isPointerDown = true; - AudioBox.AudioEnabled = true; + AudioBox.Enabled = true; const targets = document.elementsFromPoint(e.x, e.y); if (targets && targets.length && targets[0].className.toString().indexOf("contextMenu") === -1) { ContextMenu.Instance.closeMenu(); |
