Skip to content

Conversation

@Wzixiao
Copy link
Collaborator

@Wzixiao Wzixiao commented May 31, 2023

No description provided.

@liyongsea liyongsea changed the title content.js reconfiguration content.js refactor May 31, 2023

TODO: "The following code needs to add 'leftContext' and 'rightContext'"
// Iterate through the last 3 cells before the active cell
const startIndex = activeCellIndex - 3 < 0 ? 0 : activeCellIndex - 3;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const startIndex = 0;

@Wzixiao Wzixiao closed this May 31, 2023
@Wzixiao Wzixiao deleted the content_reconfiguration branch June 1, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants