Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(png-export): longer wait time before screenshot
Browse files Browse the repository at this point in the history
this is to make sure that the resize of the preview is finished
  • Loading branch information
Lasse Kuechler authored and lkuechler committed Mar 16, 2018
1 parent d027b19 commit dc27989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function createMenu(store: Store): void {
);
}
);
}, 10);
}, 100);
});
}
},
Expand Down

0 comments on commit dc27989

Please sign in to comment.