Skip to content

Commit

Permalink
export plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Nov 15, 2023
1 parent b244c17 commit 892dc1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/rextabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13064,7 +13064,7 @@
_this.add(panel, {
column: 1,
row: 1,
expand: true
expand: expandPanel
});
}
if (leftButtons) {
Expand Down
2 changes: 1 addition & 1 deletion dist/rextabs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rexuiplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -50901,7 +50901,7 @@
_this.add(panel, {
column: 1,
row: 1,
expand: true
expand: expandPanel
});
}
if (leftButtons) {
Expand Down
2 changes: 1 addition & 1 deletion dist/rexuiplugin.min.js

Large diffs are not rendered by default.

0 comments on commit 892dc1a

Please sign in to comment.