Hi, this MR fixes the opening of the webview in wrong window when clicking the check again button.
The previous behaviour was that the check model window would be closed and a new one is created "beside" the active window. The new behaviour is that reuses the opened window, if there is any.
Also updated dependencies with vulnerabilities and cleaned up a bit the code of the webview to avoid a visual bug when reusing the window, namely the following one where the underscore of the active tab is in the wrong place:
Hi, this MR fixes the opening of the webview in wrong window when clicking the check again button.
The previous behaviour was that the check model window would be closed and a new one is created "beside" the active window. The new behaviour is that reuses the opened window, if there is any.
Also updated dependencies with vulnerabilities and cleaned up a bit the code of the webview to avoid a visual bug when reusing the window, namely the following one where the underscore of the active tab is in the wrong place:
Fixes #295