| Filename | Latest commit message | Latest commit date |
|---|---|---|
renderReminders() calls appendLinkified() (for the reminder file_path
and message bodies) but schedules.js only imported { $, el } from
common.js, so the reminders_changed SSE handler threw
'ReferenceError: appendLinkified is not defined' and the reminders
pane failed to render. appendLinkified is exported from common.js;
add it to the import. Fixes #1909.
|
||
| .. | ||
| src | ||
| build.mjs | ||
| package.json | ||