Skip to content

Commit d11986b

Browse files
committed
Pass event to javascript button handler
1 parent 0bcd0b9 commit d11986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@
14711471

14721472
if ($.isFunction(f))
14731473
{
1474-
var result = f.call(button, rowIds);
1474+
var result = f.call(button, rowIds, event);
14751475

14761476
if (clearSelectionOnAction && griddly.length)
14771477
{

0 commit comments

Comments
 (0)