pixijs / ui

Commonly used UI components for PixiJS

Home Page:https://pixijs.io/ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrollBox.destroy does not destroy the ticker

yfs-2000 opened this issue · comments

Expected Behavior

ticker destroy

Current Behavior

scrollBox.ticker._head.next Existence function Will appear Cannot read properties of null (reading 'position')

Possible Solution

scrollBox.ticker._head.next = null

Steps to Reproduce

scrollBox.destroy()

Environment

  • version: e.g. 0.70
  • Browser & Version: e.g. Chrome 111
  • OS & Version: e.g. window 10
  • Running Example: 无