Closed reddigari closed 4 years ago
@reelmatt Hmmm I can't seem to replicate it. Can you take a screen recording?
Slightly different behavior then what I was experiencing earlier. I can get it to clear and load (unlike before), but a second clear seems to cause a problem? My thinking was it was whatever 'clear' was doing, but that doesn't seem to be the case.
Edit: I think I may have found the actual problem. It's not with the clearing as I original though, but re-loading the same diagram back in. General steps to reproduce seem to be:
Excellent catch. The event listener is for onchange
, so if you select the same file, the listener doesn't fire. I'll fix it to reset the file between each event.