Commit c2fea7d
committed
feat: update neko base to v1.5.0, fix scroll defaults and Vue 2 reactivity
- Bump neko base image to 3.0.8-v1.5.0 (XI2.1 smooth scrolling support)
- Default scroll_invert to false (works with --disable-features=ScrollLatching)
- Add useDefineForClassFields: false to tsconfig for Vue 2 compatibility
- Use document-level wheel listener with capture: true for reliable interception
- Send scroll deltas directly without rAF batching or accumulation
Made-with: Cursor1 parent 11c1ba1 commit c2fea7d
4 files changed
Lines changed: 10 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | 568 | | |
573 | 569 | | |
574 | 570 | | |
| |||
725 | 721 | | |
726 | 722 | | |
727 | 723 | | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | 724 | | |
734 | 725 | | |
735 | 726 | | |
| |||
747 | 738 | | |
748 | 739 | | |
749 | 740 | | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
767 | 746 | | |
768 | 747 | | |
769 | 748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments