diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-07 17:16:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-07 17:16:38 +0200 |
| commit | 3bf200cb4339e906b944d55451cfacc8aa33bb01 (patch) | |
| tree | f0da6480d866b907cae7b258a3e56a1a7b827aae /frontend/app/views/tile/components/tile.form.js | |
| parent | 30aff969375213db8c66af5f108496f465057787 (diff) | |
comment everything and add notes on working on the last museum
Diffstat (limited to 'frontend/app/views/tile/components/tile.form.js')
| -rw-r--r-- | frontend/app/views/tile/components/tile.form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/views/tile/components/tile.form.js b/frontend/app/views/tile/components/tile.form.js index a3c3131..2f805a6 100644 --- a/frontend/app/views/tile/components/tile.form.js +++ b/frontend/app/views/tile/components/tile.form.js @@ -232,7 +232,7 @@ class TileForm extends Component { const { name, value } = e.target this.handleSettingsSelect(name, value) preloadVideo(value).then(video => { - // console.log(img) + console.log(video.videoWidth, video.videoHeight) this.props.tileActions.updateTemporaryTile({ ...this.props.temporaryTile, settings: { |
