Skip to content

Commit b8f798b

Browse files
committed
Moved the tableUpdated topic to the Attribute Table's selectTab
method from the Attributes Table container `tabContainer` tabs.
1 parent c8527c2 commit b8f798b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

widgets/AttributesTable.js

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ define([
7272
if (tab && tab.selectTab) {
7373
tab.selectTab();
7474
}
75-
topic.publish(this.topicID + '/tableUpdated', tab);
7675
}
7776
}));
7877

widgets/AttributesTable/Table.js

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ define([
304304
selectTab: function () {
305305
this.showAllGraphics();
306306
this.checkSizing();
307+
topic.publish(this.attributesContainerID + '/tableUpdated', this);
307308
},
308309

309310
unselectTab: function () {

0 commit comments

Comments
 (0)