Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Dec 12, 2023
1 parent 570ad87 commit 3c9cc3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcjs/stendhal/ui/component/ItemContainerImplementation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export class ItemContainerImplementation {
// XXX: better way to pass instance to action function?
const tmp = this;
// action to "hold" item for moving or dropping using touch
// XXX: temporary workaround, should use drag-and-drop instead
append.push({
title: "Hold",
action: function(entity: any) {
Expand Down

0 comments on commit 3c9cc3c

Please sign in to comment.