Commit c86b72c
fix: cancel previous entry if we are previewing different entry
The execute order of parse_entry callback can be random when it's slow
(e.g. callback in network request)
self:debounce don't work here, because we run a async parse_entry
callback again in the debounce timer callback1 parent c379132 commit c86b72c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| 922 | + | |
922 | 923 | | |
923 | | - | |
| 924 | + | |
924 | 925 | | |
925 | 926 | | |
926 | 927 | | |
| |||
0 commit comments