Skip to content

Commit 529ed04

Browse files
remove message when back button clicked programmatically
1 parent fdddfa5 commit 529ed04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/js/PivotView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ PivotView.prototype._backClickHandler = function (event) {
168168
event.stopPropagation();
169169
}
170170

171+
this.removeMessage();
171172
this.popTable();
172173
this.controller.popDataSource();
173174

0 commit comments

Comments
 (0)