Skip to content

Commit 302d977

Browse files
event fix
1 parent 4400a62 commit 302d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/js/PivotView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ PivotView.prototype.renderRawData = function (data) {
548548
if (rawData[y][x].style) td.setAttribute("style", rawData[y][x].style);
549549

550550
// add handlers
551-
td.addEventListener("click", (function (x, y, cell) {
551+
td.addEventListener(CLICK_EVENT, (function (x, y, cell) {
552552
return function (event) {
553553
_._cellClickHandler.call(
554554
_, cell, x, y, event, info.drillThroughHandler

0 commit comments

Comments
 (0)