diff options
Diffstat (limited to 'frontend/app/views/page/components')
| -rw-r--r-- | frontend/app/views/page/components/page.editor.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/views/page/components/page.editor.js b/frontend/app/views/page/components/page.editor.js index 658da2d..a64edb2 100644 --- a/frontend/app/views/page/components/page.editor.js +++ b/frontend/app/views/page/components/page.editor.js @@ -207,6 +207,7 @@ class PageEditor extends Component { videoBounds={videoBounds} cursors={this.state.cursors} box={currentTile && tile.id === currentTile.id && currentBox} + audio={{}} onMouseDown={e => this.handleMouseDown(e, tile)} onDoubleClick={e => this.props.pageActions.showEditTileForm(tile.id)} onMouseEnter={e => {}} @@ -222,6 +223,7 @@ class PageEditor extends Component { bounds={this.state.bounds} videoBounds={videoBounds} cursors={this.state.cursors} + audio={{}} box={currentTile && temporaryTile.id === currentTile.id && currentBox} onMouseDown={e => this.handleMouseDown(e, temporaryTile)} onMouseEnter={e => {}} |
