Browse Source

Fix hyperlinking from keyboard

Reddo 5 năm trước cách đây
mục cha
commit
33d217a7ea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/World/Classes/Action/ActionInventory.ts

+ 1 - 0
app/World/Classes/Action/ActionInventory.ts

@@ -87,6 +87,7 @@ class ActionInventory extends Action {
             }));
 
             let chosenThing = await chosenPromise;
+            rulebook.noun.setNoun(0, chosenThing);
             if (chosenThing != undefined) {
                 Elements.CurrentTurnHandler.unprint(...buttons);
                 Controls.KeyHandler.reset();