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 b00832f commit ef7841eCopy full SHA for ef7841e
src/components/Window/index.ts
@@ -76,7 +76,7 @@ export const Window = registerComponent<WindowProps>({
76
shouldSetTextContent: () => {
77
return false;
78
},
79
- createInstance: (newProps) => {
+ createInstance: newProps => {
80
const window = new QMainWindow();
81
const rootView = new QWidget();
82
const rootViewLayout = new FlexLayout();
0 commit comments