Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ignapas committed Feb 23, 2024
1 parent 1fe4c17 commit 298be08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ qx.Class.define("osparc.desktop.wallets.WalletsList", {
height: null,
focusable: false
});
// walletsUIList.addListener("changeSelection", () => setTimeout(() => walletsUIList.setSelection([])));
const walletsModel = new qx.data.Array();
const walletsCtrl = new qx.data.controller.List(walletsModel, walletsUIList, "name");
walletsCtrl.setDelegate({
Expand Down

0 comments on commit 298be08

Please sign in to comment.