-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: signal race condition when editing plots in AnalysisView (#172)
- Loading branch information
1 parent
650188b
commit 018ed10
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is similar, but different to 650188b#r151502087
plot_changed
is emitted at the end of this method, so I would not expect a race condition there. But we were editing a plot before we actually communicate that something changed with the new state, so there might have been unexpected behavior as well.