removing property from inheritFrom doesn't update #940

Open
opened 2026-02-20 10:21:47 -05:00 by deekerman · 0 comments
Owner

Originally created by @ArnoldSmith86 on GitHub (Feb 5, 2026).

I removed css from the inheritFrom in Runway Roll and it didn't update immediately:

{
  "type": "holder",
  "id": "Radio Dice Holder 1",

  "x": 418,
  "y": 225,
  "width": 58,
  "height": 58,

  "z": 6,

  "dropLimit": 1,
  "image": "/i/game-icons.net/delapouite/pocket-radio.svg",
  "inheritFrom": {
    "Engine Dice Holder 1": [
      "css",
      "dropTarget"
    ]
  },

  "background": "#add8e680"
}

Probably already reported somewhere.

Originally created by @ArnoldSmith86 on GitHub (Feb 5, 2026). I removed `css` from the `inheritFrom` in Runway Roll and it didn't update immediately: ```JSON { "type": "holder", "id": "Radio Dice Holder 1", "x": 418, "y": 225, "width": 58, "height": 58, "z": 6, "dropLimit": 1, "image": "/i/game-icons.net/delapouite/pocket-radio.svg", "inheritFrom": { "Engine Dice Holder 1": [ "css", "dropTarget" ] }, "background": "#add8e680" } ``` Probably already reported somewhere.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/virtualtabletop#940
No description provided.