Skip to content

Commit 29d8100

Browse files
kevvasindresorhus
authored andcommitted
Fix typo in ratio selection event listener (#417)
1 parent cbdde9f commit 29d8100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/renderer/js/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ document.addEventListener('DOMContentLoaded', () => {
362362

363363
ipcRenderer.on('change-aspect-ratio', (e, aspectRatio) => handleSizeChange(aspectRatio));
364364

365-
dimensionsEmitter.on('ratio-sedlected', ratio => handleSizeChange(ratio));
365+
dimensionsEmitter.on('ratio-selected', ratio => handleSizeChange(ratio));
366366
dimensionsEmitter.on('app-selected', app => {
367367
// Set app information on dimensions so it can be reused later
368368
// eg. for showing app name after selection

0 commit comments

Comments
 (0)