Kai Xu
Kai Xu
@RedayY my understanding may be the same as yours: I think the issue is in 'laodSelectedSession' function the `database.js` (copied below). It clears out `nodes` array but doesn't populate it...
There must be some miscommunication. Actually the 'pause' is meant to be the opposite: it stops showing nodes in historyMap, but the data is still recorded.
As shown in the screen cast above, currently the 'pause' button stops the saving to the backend database, but the nodes are still added to the historymap.
Thanks, Reday. I know you are busy, so take your time. There is another issue related to save and load #124. Again, it will be great if you can have...
The solution is to have the 'annotate' function in a mouse-over menu, rather having to click on the text.
How did you create the animated gif?
Besides gyazo.com, there are a few others mentioned here: www.getcloudapp.com, www.cloudup.com, www.imgur.com, and www.gfycat.com (https://github.com/h5bp/lazyweb-requests/issues/170)
I tried gyazo to create screen recording gif and found it is limited to 7 seconds, which I found is often not enough to show the bug. I ended up...
There are a few changes I have made: First, the 'database' is now not part of the historyMap.model and became an independent part. The historyMap looks like this now. I...
Also, I created a new file ```database.js```, which will have all the code related to database, including user login. So far, I only moved part of the code in the...