Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak the graphtool for this situation.
Basically, if the feedback popover is opened with the reveal button in a graphtool problem, and the reveal button is not clicked before the popover closes, then the graphtool timeout that is waiting for the graphtool container to be shown errors out because it calls the graphtool initialization method and there is no longer a graph container in the DOM. So just return if the graph container is not found.
- Loading branch information