We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18a5cf commit 7da3a99Copy full SHA for 7da3a99
exampleVault/Button Example.md
@@ -53,7 +53,6 @@ style: destructive
53
actions:
54
- type: command
55
command: theme:use-light
56
-
57
```
58
59
```meta-bind-button
src/fields/button/ButtonField.ts
@@ -75,8 +75,7 @@ export class ButtonField {
75
}
76
77
public unmount(): void {
78
- // eslint-disable-next-line @typescript-eslint/no-unsafe-call
79
- this.buttonComponent?.destroy();
+ this.buttonComponent?.$destroy();
80
81
if (!this.inline) {
82
if (this.config?.id) {
0 commit comments