--- helpers ----------------------------------------------------------
(id string)
| 1145 | // --- helpers ---------------------------------------------------------- |
| 1146 | |
| 1147 | func (m model) findNote(id string) *Note { return m.board.FindNote(id) } |
| 1148 | |
| 1149 | // newCanvas builds a canvas pre-set with the workspace's solid background |
| 1150 | // (nil for cork/transparent, which keeps cells transparent). |
no test coverage detected