shaffuru files sync
This commit is contained in:
@@ -1977,7 +1977,7 @@ const Action = memo((
|
||||
const actionId = action.name.replace(/ /g, "-").replace(/_/g, "-");
|
||||
window.history.pushState(null, "", `#${actionId}`);
|
||||
setExampleBody(action?.example_response);
|
||||
document.getElementById(`action-list-${nextSelectedActionIndex}`).scrollIntoView({ behavior: "smooth", block: "center" });
|
||||
document.getElementById(`action-list-${nextSelectedActionIndex}`)?.scrollIntoView({ behavior: "smooth", block: "center" });
|
||||
}
|
||||
}, 300);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user