Skip to content

Commit

Permalink
add new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
poju3185 committed Mar 22, 2024
1 parent 158dc40 commit b8aae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/utils/browserInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ function handlePointerDown(event) {

window.addEventListener('pointerdown', handlePointerDown);

export let isMouseUsed = localStorage.getItem('mouseUsed') === 'true';
export let isMouseUsed = localStorage.getItem('mouseUsed') === 'true';

0 comments on commit b8aae9f

Please sign in to comment.