Skip to content

Commit

Permalink
chore(web): restores tip-orientation default
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Nov 23, 2023
1 parent 8ede792 commit 1910ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/engine/osk/src/input/gestures/browser/keytip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import KeyTipInterface from '../../../keytip.interface.js';
import VisualKeyboard from '../../../visualKeyboard.js';
import { GesturePreviewHost } from '../../../keyboard-layout/gesturePreviewHost.js';

// FIXME: should be 'up' in production.
const DEFAULT_TIP_ORIENTATION = 'down';
const DEFAULT_TIP_ORIENTATION = 'up';

export default class KeyTip implements KeyTipInterface {
public readonly element: HTMLDivElement;
Expand Down

0 comments on commit 1910ac4

Please sign in to comment.