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
Hey @bootnihil! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together!
The 'Embed Image' button's absence in the toolbar might be due to differences in configuration or deployment settings between the documentation and the Docker deployment. The toolbar UI is defined in the src/components/Common/Editor/EditorToolbar/index.ts file and rendered in the Editor component within the src/components/Common/Editor/index.tsx file [1][2].
To troubleshoot, you might want to check if there are any specific conditions, configurations, or feature flags that control the visibility of the 'Embed Image' button, as these details were not found in the available information. Additionally, reviewing recent changes or commits related to the toolbar might provide insights if there have been modifications affecting this functionality.
The toolbar in my deployment matches the one in the current demo instance, and both differ from the toolbar screenshot in the documentation and lack the 'embed image' button.
Describe the bug
'Embed Image' button is missing in the toolbar.
Image from the docs:
Image from Docker deployment, app version 0.27.6:
The text was updated successfully, but these errors were encountered: