Commit c48ca51
committed
fix: task card widget now only appears on actual task notes
The task card widget was appearing on all notes instead of just task notes.
Fixed by using getCachedTaskInfoSync which includes the isTaskFile check,
ensuring the widget only displays for files identified as tasks.1 parent bb5d617 commit c48ca51
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
0 commit comments