Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Jan 11, 2024
1 parent deb2574 commit ceb52dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ export class Input extends Container

document.body.appendChild(input);

input.setAttribute('inputmode', 'decimal');

input.style.position = 'fixed';
input.style.left = `${this.getGlobalPosition().x}px`;
input.style.top = `${this.getGlobalPosition().y}px`;
Expand Down

0 comments on commit ceb52dd

Please sign in to comment.