KiwiIRC icon indicating copy to clipboard operation
KiwiIRC copied to clipboard

Activate tab when clicking channel's name

Open ivfit opened this issue 8 years ago • 0 comments

When you click e.g. #channel, it opens tab, but it doesn't make it active.

To fix this, edit client/src/views/tabs.js and at the end of panelAdded function add:

if (panel.isServer() || panel.isChannel()) { panel.view.show(); }

ivfit avatar Aug 04 '16 16:08 ivfit