mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Setting COMMENTS as activeTab
This commit is contained in:
@@ -18,6 +18,7 @@ export async function commit(
|
||||
return commitLocalUpdate(environment, store => {
|
||||
const record = store.get(LOCAL_ID)!;
|
||||
record.setValue(input.id, "commentID");
|
||||
record.setValue("COMMENTS", "activeTab");
|
||||
if (pym) {
|
||||
// This sets the comment id on the parent url.
|
||||
pym.sendMessage("setCommentID", input.id || "");
|
||||
|
||||
Reference in New Issue
Block a user