CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

When an item is automatically dropped from the item grid, multiple re-renders occur in the background #48

Closed CodeWringer closed 1 year ago

CodeWringer commented 2 years ago

Currently, when an item's shape changes or the number of item slots on the item grid is reduced far enough, items are dropped, automatically. The process works, but under the hood, multiple re-renders appear to occur. Possibly once for every item dropped.

Ideally, there would only ever be one update.

CodeWringer commented 1 year ago

Obsolete because the item grid will be removed, anyway.