chore(client/ts): port widgets/dialogs/delete_notes

This commit is contained in:
Elian Doran
2024-12-21 15:30:11 +02:00
parent 00870ba807
commit cc8f927718
3 changed files with 46 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ class BasicWidget extends Component {
private classes: string[];
private childPositionCounter: number;
private cssEl?: string;
private $widget!: JQuery<HTMLElement>;
protected $widget!: JQuery<HTMLElement>;
_noteId!: string;
constructor() {