Browse Source

Webcomponent wrapper unmounted

Michael Geers 3 years ago
parent
commit
b99c3d7881
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/js/vue/wrapper/index.ts

+ 1 - 1
desktop/core/src/desktop/js/vue/wrapper/index.ts

@@ -212,7 +212,7 @@ export default function wrap(
     }
 
     disconnectedCallback() {
-      callHooks(this._component, 'unmounted');
+      this._wrapper.unmount();
     }
   }