Skip to content

Commit

Permalink
fix after botched rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
l-brendle committed Oct 21, 2023
1 parent 4b071fb commit 3fbf636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Inventory {{inventory.owner}}
</bal-card-title>
<bal-card-content>
<div class="inventory-grid" (drop)="onDrop($event)" (dragenter)="onDragEnter($event)" (dragover)="onDragOver($event)">
<div class="inventory-grid" (dragenter)="onDragEnter()">
<app-inventory-item [item]="item" [client]="client" (mouseenter)="onHoverOverItem(item)" (mouseleave)="onExitItem(item)" *ngFor="let item of inventory.items"></app-inventory-item>
<div class="inventory-add-button">
<bal-button square="" inverted="" icon="plus" (click)="onCreateNew()"></bal-button>
Expand Down

0 comments on commit 3fbf636

Please sign in to comment.