Skip to content

Commit

Permalink
fix(client): don't use localstorage when running presentation api
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jul 5, 2019
1 parent 48d0f73 commit 269975a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/client/src/components/ContentView/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ const View = memo(({ slides, hash }) => {

useEffect(() => {
listenVideoTags();
listenCanvas();
changeCanvasState(getValue().status === 'start');
// https://github.com/hiroppy/fusuma/issues/139#issuecomment-508637780
// listenCanvas();
// changeCanvasState(getValue().status === 'start');
}, []);

return (
Expand Down

0 comments on commit 269975a

Please sign in to comment.