2
0

🚸 Improve support accessibility

Add documentation button in board menu and hide the support bubble in the editor. Makes it accessible only by clicking the "Help" button
This commit is contained in:
Baptiste Arnaud
2023-05-15 10:49:51 +02:00
parent 25dd0cc537
commit 123926f273
10 changed files with 45 additions and 19 deletions

View File

@ -32,4 +32,6 @@ export const defaultBubbleProps: BubbleProps = {
onOpen: undefined,
theme: undefined,
previewMessage: undefined,
onPreviewMessageClick: undefined,
autoShowDelay: undefined,
}