Skip to content

Commit d6741bc

Browse files
committed
On click functionality
1 parent c26ef38 commit d6741bc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/CustomString/widget/CustomString.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ define([
6262
// Attach events to HTML dom elements
6363
_setupEvents: function() {
6464

65-
this.connect(this.infoTextNode, "click", function(e) {
66-
// Only on mobile stop event bubbling!
67-
this._stopBubblingEventOnMobile(e);
65+
this.connect(this.customString, "click", function(e) {
6866

6967
// If a microflow has been set execute the microflow on a click.
7068
if (this.mfToExecute !== "") {

test/widgets/CustomString.mpk

-55 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)