Skip to content

Commit

Permalink
chore: 0.86.26
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Sep 27, 2023
1 parent 16d77cd commit 7d61c35
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion index.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -25185,6 +25185,14 @@ var Xom = /*#__PURE__*/function (_Node) {
parent && parent.__deleteStruct(this, i); // 不可见仅改变数据结构

if (this.__computedStyle[DISPLAY$6] === 'none' || parent && parent.__computedStyle[DISPLAY$6] === 'none') {
var temp = this;

while (temp.isShadowRoot) {
temp = temp.__host;

temp.__destroy();
}

this.__destroy();

if (isFunction$4(cb)) {
Expand Down Expand Up @@ -49452,7 +49460,7 @@ var refresh = {
ImgWebglCache: ImgWebglCache
};

var version = "0.86.25";
var version = "0.86.26";

var isString = util.isString;
Geom.register('$line', Line);
Expand Down
2 changes: 1 addition & 1 deletion index.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49466,7 +49466,7 @@
ImgWebglCache: ImgWebglCache
};

var version = "0.86.25";
var version = "0.86.26";

var isString = util.isString;
Geom.register('$line', Line);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karas",
"version": "0.86.25",
"version": "0.86.26",
"description": "A flexible JavaScript framework for RIA on Canvas/Svg/Webgl.",
"maintainers": [
{
Expand Down

0 comments on commit 7d61c35

Please sign in to comment.