Skip to content

Commit

Permalink
overlay layer must be interactable for getting events
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Francis <[email protected]>
Change-Id: I56363fff695c2eaa47ddd62e987ad19da92a9d36
  • Loading branch information
dennisfrancis committed Mar 4, 2021
1 parent 2582622 commit b7785f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loleaflet/src/layer/tile/CanvasTileLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ L.TileSectionManager = L.Class.extend({
processingOrder: L.CSections.Overlays.processingOrder,
drawingOrder: L.CSections.Overlays.drawingOrder,
zIndex: L.CSections.Overlays.zIndex,
interactable: false,
interactable: true,
sectionProperties: {
docLayer: tsMgr._layer,
tsManager: tsMgr
Expand Down

0 comments on commit b7785f3

Please sign in to comment.