Skip to content

Commit bb7ab68

Browse files
committed
Correct panel
1 parent 53e0a24 commit bb7ab68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/explode_shape_layer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function createUI(that) {
255255

256256
if(that instanceof Panel) {
257257

258-
var myPanel = that;
258+
var _panel = that;
259259

260260
} else {
261261

@@ -268,7 +268,7 @@ function createUI(that) {
268268

269269
var btn = _panel.add("button", [10, 10, 100, 30], "Explode layer");
270270

271-
_panel.text = configs.title;
271+
// _panel.text = configs.title;
272272
_panel.bounds.width = 120;
273273
_panel.bounds.height = 40;
274274

0 commit comments

Comments
 (0)