Skip to content

Commit

Permalink
Change access of useAlternateTouchHandling.
Browse files Browse the repository at this point in the history
  • Loading branch information
kshetline committed Jul 8, 2019
1 parent 5de2a06 commit 89fa2cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ export class KsSequenceEditorComponent implements AfterViewInit, OnInit, OnDestr
protected selection = 0;
protected setupComplete = false;
protected touchEnabled = false;
protected useAlternateTouchHandling = false;
protected selectionHidden = false;
protected lastTabTime = 0;

displayState = 'normal';
useAlternateTouchHandling = false;

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

0 comments on commit 89fa2cc

Please sign in to comment.