Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fixed issue #758 #877
Fixed issue #758 #877
Conversation
#758 - Don't refresh file view if only file contents have changed. On my machine, I observed the view constantly refreshing when in my home directory. This was due to a file being frequently updated (.xsession-errors). Each time this file was updated, the fw.watch callback was triggered and the view was refreshed.
Thanks! |
#758 - Don't refresh file view if only file contents have changed.
On my machine, I observed the view constantly refreshing when in my home directory. This was due to a file being frequently updated (.xsession-errors). Each time this file was updated, the fw.watch callback was triggered and the view was refreshed.