enhance: better sync scroll logic with two-side diff - if the width in each side is different

This commit is contained in:
leo 2024-03-12 15:50:00 +08:00
parent b8a230cf16
commit a37c11e32f
3 changed files with 36 additions and 12 deletions

View file

@ -1,5 +1,4 @@
using Avalonia;
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.ComponentModel;
using System.Collections.Generic;
namespace SourceGit.ViewModels {