mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-21 15:15:21 -04:00
[PR #360] [CLOSED] fix: Check for already-opened modal to prevent duplicates #613
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-web/pull/360
Author: @amazingca
Created: 4/27/2025
Status: ❌ Closed
Base:
main← Head:Home-update-modal-pushing📝 Commits (1)
c891ca4fix: Check for already-opened modal to prevent duplicates📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝
packages/client/components/modal/index.tsx(+9 -3)📄 Description
Please make sure to check the following tasks before opening and submitting a PR
Summary of change
This is a proposed change to the ModalController that fixes the issue described in #359.
As I mentioned in the issue, I am not sure whether this is the most viable solution as there might be something happening to cause this which I am not aware of. Regardless, if there any questions feel free to let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.