Commit cca8cfb
fix(latex): suppress error toast when build/output/errors frame is visible
When a LaTeX build error occurs (e.g., from incomplete input while typing),
don't show distracting toast popups if the user already has a frame open
that displays build errors (output, build log, or errors/warnings).
Closes #8659
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ef14a73 commit cca8cfb
File tree
2 files changed
+42
-3
lines changed- src/packages/frontend/frame-editors/latex-editor
2 files changed
+42
-3
lines changedLines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
823 | 849 | | |
824 | 850 | | |
825 | 851 | | |
| |||
841 | 867 | | |
842 | 868 | | |
843 | 869 | | |
844 | | - | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
845 | 875 | | |
846 | 876 | | |
847 | 877 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
509 | 508 | | |
510 | 509 | | |
511 | 510 | | |
512 | | - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
513 | 522 | | |
514 | 523 | | |
515 | 524 | | |
| |||
0 commit comments