Merge pull request #7982 from capilkey/fix-wb-toolbar
Make sure the whiteboard toolbar exists first before animating
This commit is contained in:
commit
3917a8206e
@ -282,6 +282,7 @@ class WhiteboardToolbar extends Component {
|
||||
* 4. Trigger initial animation for the icons
|
||||
*/
|
||||
// 1st case
|
||||
if (this.thicknessListIconRadius && this.thicknessListIconColor) {
|
||||
if (colorSelected.value !== prevState.colorSelected.value) {
|
||||
// 1st case b)
|
||||
if (annotationSelected.value !== 'text') {
|
||||
@ -298,6 +299,7 @@ class WhiteboardToolbar extends Component {
|
||||
this.thicknessListIconRadius.beginElement();
|
||||
this.thicknessListIconColor.beginElement();
|
||||
}
|
||||
}
|
||||
// 4th case, initial animation is triggered in componentDidMount
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user