[PR #622] [MERGED] fix(web): using Tooltip unique selector key #22592

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/622
Author: @JunIce
Created: 7/20/2023
Status: Merged
Merged: 7/20/2023
Merged by: @crazywoola

Base: mainHead: fix-tooltip-key


📝 Commits (2)

  • a3f5fd5 fix(web): using Tooltip unique selector key
  • 4b85eea fix(web): replace relative path

📊 Changes

4 files changed (+19 additions, -16 deletions)

View changed files

📝 web/app/components/develop/secret-key/input-copy.tsx (+7 -4)
📝 web/app/components/develop/secret-key/secret-key-generate.tsx (+1 -1)
📝 web/app/components/develop/secret-key/secret-key-modal.tsx (+6 -8)
📝 web/app/components/header/account-setting/members-page/invited-modal/invitation-link.tsx (+5 -3)

📄 Description

if page has multi Tooltip Instance with same selector key, when click the Tooltip, will reference the error instance and will update error

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/622 **Author:** [@JunIce](https://github.com/JunIce) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-tooltip-key` --- ### 📝 Commits (2) - [`a3f5fd5`](https://github.com/langgenius/dify/commit/a3f5fd506c6ae577d449487097d606aa31503eb7) fix(web): using Tooltip unique selector key - [`4b85eea`](https://github.com/langgenius/dify/commit/4b85eea95833171f22c8b6c68f79bf1fe45dc6b4) fix(web): replace relative path ### 📊 Changes **4 files changed** (+19 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/develop/secret-key/input-copy.tsx` (+7 -4) 📝 `web/app/components/develop/secret-key/secret-key-generate.tsx` (+1 -1) 📝 `web/app/components/develop/secret-key/secret-key-modal.tsx` (+6 -8) 📝 `web/app/components/header/account-setting/members-page/invited-modal/invitation-link.tsx` (+5 -3) </details> ### 📄 Description if page has multi Tooltip Instance with same selector key, when click the Tooltip, will reference the error instance and will update error <img width="250" alt="image" src="https://github.com/langgenius/dify/assets/20832069/da359437-ad5f-45df-a79a-270361f5490f"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:18 -05:00
yindo closed this issue 2026-02-21 20:19:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22592