Skip to content

Commit 1366760

Browse files
committed
entryjs change and sprite textbox error fix
1 parent 5b556f4 commit 1366760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"angular-route": "~1.4.7",
3030
"codemirror": "5.12.0",
3131
"fuzzy": "^0.1.3",
32-
"entryjs": "latest"
32+
"entryjs": "#dist/offline_v1.5.2"
3333
},
3434
"license": "MIT",
3535
"homepage": "http://play-entry.com",

src/renderer/src/sprite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ angular.module('common').controller('SpriteController',
477477
} else if ($scope.currentTab === 'upload') {
478478
return $scope.selectedPictures;
479479
} else if ($scope.currentTab === 'textBox') {
480-
return 'textbox';
480+
return '1';
481481
} else {
482482
return null;
483483
}

0 commit comments

Comments
 (0)