Skip to content

Commit

Permalink
Mejor como antes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolemi committed Aug 9, 2024
1 parent a5f1c90 commit eae6d15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UI/textInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,9 @@ export default class TextInput extends Phaser.GameObjects.Container {
});

// Hacer que la aparicion del teclado virtual sea suave
/*
this.hiddenInput.addEventListener('focus', () => {
this.hiddenInput.scrollIntoView({ behavior: 'smooth' });
});
*/
}

/**
Expand Down

0 comments on commit eae6d15

Please sign in to comment.