@pixi/react
Version:
Write PixiJS applications using React declarative style.
16 lines (12 loc) • 341 B
JavaScript
;
var roots = require('../core/roots.js');
var store = require('../store.js');
;
function unqueueForUnmount(canvas) {
const root = roots.roots.get(canvas);
if (root) {
store.store.unmountQueue.delete(root);
}
}
exports.unqueueForUnmount = unqueueForUnmount;
//# sourceMappingURL=unqueueForUnmount.js.map