Skip to content

Commit

Permalink
fix(ui): disabled user select on Item title
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Sep 26, 2024
1 parent f79dd5f commit 1ce6260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/POS/ItemsGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
items-center
"
>
<p class="text-4xl font-semibold text-gray-400">
<p class="text-4xl font-semibold text-gray-400 select-none">
{{ getExtractedWords(item.name) }}
</p>
</div>
Expand Down

0 comments on commit 1ce6260

Please sign in to comment.