mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Add activeTab to local state
This commit is contained in:
@@ -75,5 +75,8 @@ export default async function initLocalState(
|
||||
authPopupRecord.setValue(false, "focus");
|
||||
authPopupRecord.setValue("", "href");
|
||||
localRecord.setLinkedRecord(authPopupRecord, "authPopup");
|
||||
|
||||
// Set active tab
|
||||
localRecord.setValue("COMMENTS", "activeTab");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user