MetaMorphic-Digital / complete-card-management

A FVTT module that allows users to manipulate cards as part of the canvas
2 stars 0 forks source link

Moving a card between two card stack sheets while it also has a canvas card representation does not update scene CardCollection #61

Closed JPMeehan closed 3 months ago

JPMeehan commented 3 months ago

Reproduction

  1. Drag a card onto the canvas from any cards sheet
  2. Open another cards sheet
  3. Drag the card from its starting sheet to the new sheet
  4. Refresh the page

Expected result: The card renders, correctly linked to its new card stack Actual result: The card fails to render, and would cause an error if not for error catching in CardLayer

JPMeehan commented 3 months ago

Tied to #24