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 0b3b900 commit e6b3a3fCopy full SHA for e6b3a3f
web_src/js/features/comp/Cropper.ts
@@ -13,7 +13,7 @@ export function initCompCropper() {
13
const result = document.querySelector('#cropper-result');
14
const input = document.querySelector('#new-avatar');
15
16
- const done = function (url) {
+ const done = function (url: string): void {
17
source.src = url;
18
result.src = url;
19
0 commit comments