[PR #23303] fixing workflow window api recall fix on changing browser tab or window #30229

Closed
opened 2026-02-21 20:47:05 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/23303

State: closed
Merged: No


Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

close https://github.com/langgenius/dify/issues/23142

Screenshots

Before After
... ...

before(draft fetch used to be called on tab switch)
Screenshot 2025-08-02 at 3 24 34 PM

after(draft fetch is not called on tab switch anymore)
Screenshot 2025-08-02 at 3 21 32 PM

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/23303 **State:** closed **Merged:** No --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 2. Ensure there is an associated issue and you have been assigned to it > 3. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary close https://github.com/langgenius/dify/issues/23142 ## Screenshots | Before | After | |--------|-------| | ... | ... | before(draft fetch used to be called on tab switch) <img width="1918" height="926" alt="Screenshot 2025-08-02 at 3 24 34 PM" src="https://github.com/user-attachments/assets/2501e34d-6c20-4f5d-9cc0-05f9b24326c3" /> after(draft fetch is not called on tab switch anymore) <img width="1916" height="818" alt="Screenshot 2025-08-02 at 3 21 32 PM" src="https://github.com/user-attachments/assets/cfe9e397-9b3b-46d9-8c0a-171d274f74c6" /> ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:47:05 -05:00
yindo closed this issue 2026-02-21 20:47:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30229