You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
Dify version
1.2.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
For chatflow app , with Responsive H5 Page, while shrinking the chat page until top right corner shows the button like ... , then click that button it will show 2 submenu items : there is no action after click ['View chat settings' / '查看对话设置' ]
✔️ Expected Behavior
there is no need to show the submenu item of ['View chat settings' / '查看对话设置' ], as it does nothing right now
❌ Actual Behavior
there is no action after click ['View chat settings' / '查看对话设置' ].
The text was updated successfully, but these errors were encountered:
Hello @seedily! I'm Dosu, here to help you with bugs, questions, or getting involved as a contributor. While you're waiting for a human maintainer, feel free to share more details or ask anything you need!
The issue you're experiencing, where clicking 'View chat settings' ('查看对话设置') results in no action, might be due to the handleViewChatSettings function not being properly implemented or invoked. This function is supposed to be triggered when you click the option, but if it's not defined or doesn't perform any actions, nothing will happen [1].
To resolve this, ensure that the handleViewChatSettings function is correctly defined and passed to the MobileOperationDropdown component. If the function is missing or incomplete, you may need to implement it or remove the menu item if it's not intended to perform any action.
Self Checks
Dify version
1.2.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
For chatflow app , with Responsive H5 Page, while shrinking the chat page until top right corner shows the button like ... , then click that button it will show 2 submenu items : there is no action after click ['View chat settings' / '查看对话设置' ]
✔️ Expected Behavior
there is no need to show the submenu item of ['View chat settings' / '查看对话设置' ], as it does nothing right now
❌ Actual Behavior
there is no action after click ['View chat settings' / '查看对话设置' ].
The text was updated successfully, but these errors were encountered: