Fix for per visualization settings not working after swapping a side-by-side visualization.
Created by: S4K4YUME
Briefly set the tab.window.form to be null so the *ngIf
lets the previous eventHandler get removed and a new one properly gets set up again when the new form is available again after the manual call to tab.window.ngOnInit()
.
fixes #221 (closed)