Skip to content

Commit

Permalink
docs(web): minor doc-comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Oct 10, 2023
1 parent e7fa856 commit 70a2889
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/src/engine/osk/src/input/gestures/browser/subkeyPopup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ import { ConfigChangeClosure, GestureRecognizerConfiguration, GestureSequence, P
* * The UI needed to present a subkey menu
* * The state management needed to present feedback about the
* currently-selected subkey to the user
* * A `Promise` that will resolve to the user's selected subkey
* once the longpress operation is complete.
*
* As selection of the subkey occurs after the subkey popup is
* displayed, selection of the subkey is inherently asynchronous.
* The `Promise` may also resolve to `null` if the user indicates
* the desire to cancel subkey selection.
*/
export default class SubkeyPopup {
public readonly element: HTMLDivElement;
Expand All @@ -31,8 +27,6 @@ export default class SubkeyPopup {
private callout: HTMLDivElement;

public readonly baseKey: KeyElement;
public readonly promise: Promise<KeyEvent>;

public readonly subkeys: KeyElement[];

constructor(
Expand Down

0 comments on commit 70a2889

Please sign in to comment.