banktags: fix resetting active tab when editing tags
The input type for this changed awhile ago in a chatbox panel manager refactor
This commit is contained in:
@@ -512,7 +512,7 @@ public class TabInterface
|
||||
return;
|
||||
}
|
||||
|
||||
if (activeTab != null && client.getVar(VarClientInt.INPUT_TYPE) == InputType.RUNELITE.getType())
|
||||
if (activeTab != null && client.getVar(VarClientInt.INPUT_TYPE) == InputType.RUNELITE_CHATBOX_PANEL.getType())
|
||||
{
|
||||
// don't reset active tab if we are editing tags
|
||||
updateBounds();
|
||||
|
||||
Reference in New Issue
Block a user