Skip to content

Fix for per visualization settings not working after swapping a side-by-side visualization.

Ghost User requested to merge fix/per-vis-settings-bug into develop

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)

Merge request reports