mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
POS fix
This commit is contained in:
parent
6bc5c12051
commit
dd99a7b32d
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ const posCommon = {
|
|||
return inSearch && inCategories
|
||||
},
|
||||
updateDisplay() {
|
||||
if (!this.$refs.posItems) return;
|
||||
this.forEachItem(item => {
|
||||
item.classList[this.displayItem(item) ? 'add' : 'remove']('posItem--displayed')
|
||||
item.classList.remove('posItem--first')
|
||||
|
|
Loading…
Add table
Reference in a new issue