Skip to content

Commit 89fa2cc

Browse files
committed
Change access of useAlternateTouchHandling.
1 parent 5de2a06 commit 89fa2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/widgets/ks-sequence-editor/ks-sequence-editor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ export class KsSequenceEditorComponent implements AfterViewInit, OnInit, OnDestr
132132
protected selection = 0;
133133
protected setupComplete = false;
134134
protected touchEnabled = false;
135-
protected useAlternateTouchHandling = false;
136135
protected selectionHidden = false;
137136
protected lastTabTime = 0;
138137

139138
displayState = 'normal';
139+
useAlternateTouchHandling = false;
140140

141141
protected static getPadding(metrics: FontMetrics): number {
142142
return max(metrics.descent + 1, floor(metrics.ascent / 2));

0 commit comments

Comments
 (0)