TDKCandidates // Remove useless comments.

This commit is contained in:
ShikiSuen 2023-03-03 13:00:28 +08:00
parent c0ea1b2a21
commit 4f9e159c95
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@ public class CtlCandidateTDK: CtlCandidate, NSWindowDelegate {
}
}
// TODO:
//
override public func scrollWheel(with event: NSEvent) {
guard useMouseScrolling else { return }
handleMouseScroll(deltaX: event.deltaX, deltaY: event.deltaY)