You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(chat): simplify last line/column calculation (#1402)
Replaces Chat:last() method with a standalone last() function for
retrieving the last line and column of the chat buffer. Updates
references to use the new function and removes redundant logic.
This improves code clarity and maintainability.
0 commit comments