Multiple Session Import #2
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: itdominator/Easy-Session-Manager#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Session importing no longer allows multiple file imports. This broke with the UI change because it's not using a blocking process for the popup.
Doing what I did with the load fix might work... IE, I wrap it like so in the loop of backgrounds.js...
() => {
//logic
}
It seems like async or not being sync is the issue. I'll need to study lambda functions to get a better idea on how they interact with main thread and if internal logic blocks the main thread..