|
@@ -33,6 +33,9 @@ export default class WidgetResize extends Plugin {
|
|
|
return 'WidgetResize';
|
|
return 'WidgetResize';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @inheritDoc
|
|
|
|
|
+ */
|
|
|
init() {
|
|
init() {
|
|
|
/**
|
|
/**
|
|
|
* The currently visible resizer.
|
|
* The currently visible resizer.
|
|
@@ -103,6 +106,9 @@ export default class WidgetResize extends Plugin {
|
|
|
} );
|
|
} );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @inheritDoc
|
|
|
|
|
+ */
|
|
|
destroy() {
|
|
destroy() {
|
|
|
this._observer.stopListening();
|
|
this._observer.stopListening();
|
|
|
|
|
|