mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-19 09:07:36 +08:00
The newLabels parameter was accepted but never used in the function body; labels are synced through the separate updateLabels/AddPageLabels /DeletePageLabel calls. The dead parameter misled callers into thinking labels were being set during the page update. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>