Aleksander Machniak
2014-09-02 588d1948cadd9f443de481b95827c926330547fe
Don't cancel event on parent focus
1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -131,7 +131,7 @@
  }
  if (this.parent_focus) {
    this.list.parentNode.onclick = function(e) { me.focus(e); };
    this.list.parentNode.onclick = function(e) { me.focus(); };
  }
  return this;