Skip to content

Commit

Permalink
fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Nov 10, 2023
1 parent 91f88aa commit 293ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WindowBehavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const handleResize = (canvas: HTMLCanvasElement) => {
}
};

const saveBeforeExit = (app: Editor): void => {
const saveBeforeExit = (app: Editor): null => {
// @ts-ignore
event.preventDefault();
// Iterate over all local files and set the candidate to the committed
Expand Down

0 comments on commit 293ae8b

Please sign in to comment.