public void TeleportTo(TeleportDestination destination) { scroll.TeleportTo(destination); UpdateChargesCount(); CloseTab(); // TODO: does not close clientside. }
public void TeleportTo(TeleportDestination destination) { scroll.TeleportTo(destination); UpdateChargesCount(); ServerCloseTabFor(scroll.GetLastReader()); }