export class from intellihide.js

This commit is contained in:
Philipp Unger
2023-08-14 00:07:10 +02:00
parent 37e11409b7
commit fb8fd19d95

View File

@@ -51,7 +51,7 @@ var Hold = {
PERMANENT: 2
};
var Intellihide = class {
export var Intellihide = class {
constructor(dtpPanel) {
this._dtpPanel = dtpPanel;