Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Felamimail/js): fix select last selecte node
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev committed Jun 20, 2022
1 parent b7a655b commit faf0da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tine20/Felamimail/js/TreePanel.js
Expand Up @@ -388,7 +388,6 @@ Ext.extend(Tine.Felamimail.TreePanel, Ext.tree.TreePanel, {
afterRender: function() {
Tine.Felamimail.TreePanel.superclass.afterRender.call(this);
this.initToolTips();
this.selectLastSelectedNode();
},

/**
Expand Down

0 comments on commit faf0da5

Please sign in to comment.