Skip to content

Fix tab closing due to call to undefined 'close' calling window.close()

Yuto Takano requested to merge fix-391 into master

Closes #391 (closed), which was caused by some code calling close() without defining a close in scope. This resulted in the browser traversing up the scope until it found window.close().

Merge request reports

Loading