Add option to disable scrolling to edit

This commit is contained in:
caneleex
2022-11-06 18:48:42 +01:00
parent b40749717f
commit a1e00b44d5
4 changed files with 18 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
}
changeTimesWhenScrolling(index: number, e: React.WheelEvent, sponsorTime: SponsorTime): void {
if (!Config.config.allowScrollingToEdit) return;
let step = 0;
// shift + ctrl = 1
// ctrl = 0.1