-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix alignment of microphone in speakers list #4519
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found an error, which occurs with motions that have visibility restrictions. If I project a motion with the workflow 'complex' and add someone to the list of speakers an error occurs in the console. I've checked the behavior on our test instance and it didn't occur. So I assume, that the PR is somehow related to the problem. Could you please check this? - Except of this, the position of the icon looks good.
Reproduction:
- open a meeting
- open motions. create a motion with complex workflow. don't change state -> project it
- open console
- open Autopilot. Add someone to list or push the Play button. Interactions with the list of speakers leads to errors.
Closes #4407