Skip to content

Commit 4bd764e

Browse files
HACK: remove buggy scroller
1 parent 1b6dbc1 commit 4bd764e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SwiftTerm/Mac/MacTerminalView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ open class TerminalView: NSView, NSTextInputClient, NSUserInterfaceValidations,
315315
scroller.scrollerStyle = style
316316
scroller.knobProportion = 0.1
317317
scroller.isEnabled = false
318-
addSubview (scroller)
318+
// HACK: don't add scroller for now; is buggy
319+
// addSubview (scroller)
319320
scroller.action = #selector(scrollerActivated)
320321
scroller.target = self
321322
}

0 commit comments

Comments
 (0)