-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(BetterEditRecurring): simplify logic
There is a bug here that sometimes causes duplicate "Edit repeated event" dialog to occur - I tried simplifying the logic and debugging, but couldn't figure out a solution. The best I figure out is that the .click() event (which is correctly called on the previous dialog) is being ignored, and so instead of previous dialog being closed, its item becomes unselected, and a new dialog is opened.
- Loading branch information
1 parent
4835524
commit 6d72eed
Showing
1 changed file
with
32 additions
and
34 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