Skip to content

Commit 502e990

Browse files
committed
Merge branch 'development'
2 parents c43212f + 20e9437 commit 502e990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layer/CanvasLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
},
2929

3030
computed: {
31-
canvas() {
31+
canvasElement() {
3232
return this.mapSource ? this.mapSource.getCanvas() : null;
3333
}
3434
},

0 commit comments

Comments
 (0)