diff --git a/src/demo.ts b/src/demo.ts index 13e88495f..aa79bd563 100644 --- a/src/demo.ts +++ b/src/demo.ts @@ -51,8 +51,6 @@ button.addEventListener("clicked", () => { clipboard.setText("yooooo", QClipboardMode.Clipboard); if (rootView.layout) { (rootView.layout as FlexLayout).removeWidget(dial); - rootView.layout.invalidate(); - // rootView.update(); } });