Skip to content

Commit 98bec45

Browse files
committed
fix: add missing image events
1 parent 29086b4 commit 98bec45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/helpers/eventGateway.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ export const TILE_SOURCE_EVENTS = [
2020
"tileloaderror",
2121
"tileloadstart",
2222
];
23-
export const IMAGE_SOURCE_EVENTS = [];
23+
export const IMAGE_SOURCE_EVENTS = [
24+
"imageloadend",
25+
"imageloaderror",
26+
"imageloadstart",
27+
];

0 commit comments

Comments
 (0)