We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fbba8 commit a73945eCopy full SHA for a73945e
1 file changed
lib/sortable/src/vanilla/sortable.ts
@@ -80,7 +80,7 @@ export class Sortable extends Component<SortableOptions> {
80
*/
81
destroy(): void {
82
super.destroy();
83
- this.module.destroy();
+ this.module?.destroy();
84
}
85
86
/**
0 commit comments