fix typing error
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user