Skip to content

taskmanager: Fix "Cannot read property 'width' of null" in GroupDialog

Fushan Wen requested to merge work/fusionfuture/groupdialog-null-width into master

visualParent is null before it gets assigned. Add a check to avoid the error.

Merge request reports