Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(App): stop showing dialogs after first cancel #4323

Merged
merged 1 commit into from
May 30, 2024

Conversation

marstamm
Copy link
Member

closes #4186

Recording 2024-05-30 at 14 43 13

@marstamm marstamm requested a review from a team May 30, 2024 12:44
@marstamm marstamm self-assigned this May 30, 2024
@marstamm marstamm requested review from philippfromme and barmac and removed request for a team May 30, 2024 12:44
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label May 30, 2024
Copy link

This Pull Request targets develop branch, but contains fix commits.

Consider targeting main instead.

@marstamm marstamm changed the base branch from develop to main May 30, 2024 12:49
@marstamm marstamm force-pushed the 4186-cancel-multiple-dialogs branch from f53a9c7 to 1a0771d Compare May 30, 2024 12:50
Copy link
Member

@nikku nikku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@marstamm marstamm merged commit 4c179fd into main May 30, 2024
12 checks passed
@marstamm marstamm deleted the 4186-cancel-multiple-dialogs branch May 30, 2024 13:54
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label May 30, 2024

const quitResults = await pSeries(quitTasks);
let canQuit = true;
for (const tab of tabs) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No magic, plain JS implementation 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On quitting with unsaved files, "cancel" should prevent following prompts to save
3 participants