maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

The snippet list isn't being updated when deleting a snippet #507

Closed thebho closed 7 years ago

thebho commented 7 years ago

Expected Behavior

After deleting a snippet, the snippet lists should be refreshed in the browser

Current Behavior

After deleting a snippet, that snippet is still present in the My Snippets menu, and doesn't go away until you refresh the browser

Browser

Chrome

Steps to Reproduce (for bugs)

  1. Open a snippet
  2. Delete that snippet
  3. Open the My Snippets menu
  4. See that the snippet name is still on the list