kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Removed function which clears file-panel #249

Closed HenrygShen closed 5 years ago

HenrygShen commented 5 years ago

Resolves #236.

Previously when any files were committed, it would replace the html and prevent it from updating the file-panel list.

Changes: I removed the function clearModifiedFilesList(). Now it updates the file-panel properly after commits, but instead of updating immediately, it happens every 3 seconds (Issue #133).

How to test:

  1. Sign in and open a repo
  2. Make at least 2 file changes
  3. Commit 1 of these files
egodihc commented 5 years ago

Just tested, all of the files still disappear.

Edit: Jokes, forgot to switch branches after fetching