Skip to content

Commit 1f3d6e7

Browse files
committed
[Map][Leaflet] Rename leaflet to L in event's payloads
1 parent b122538 commit 1f3d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/src/Bridge/Leaflet/assets/src/map_controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class extends AbstractMapController<
3333
prefix: 'ux:map',
3434
detail: {
3535
...payload,
36-
leaflet: L,
36+
L,
3737
},
3838
});
3939
}

0 commit comments

Comments
 (0)