Skip to content

Commit 0165a74

Browse files
committed
Fixed an issue where widgets would still appear after they were disabled
1 parent 9968775 commit 0165a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Files/Helpers/WidgetsHelpers.cs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static class WidgetsHelpers
1818
{
1919
// Remove the widget
2020
widgetsViewModel.RemoveWidget<TWidget>();
21+
return default(TWidget);
2122
}
2223

2324
return defaultValue;

0 commit comments

Comments
 (0)