From 8503c0a485dd41ea781d0be7dbac264d81528682 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Tue, 25 Oct 2016 23:10:10 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20update=20README=20with=20message=20abo?= =?UTF-8?q?ut=20how=20this=20only=20works=20in=20Chrome=20=F0=9F=98=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ece0403..9ea8f7f 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,5 @@ After you have edited index.html to your liking, you can run `npm run build` to ## Gotchas: Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on `localhost` with `npm run start` or some other local server. + +Currently the live editor completely blows up in Firefox. I think it's related to a flexbox bug? \ No newline at end of file