Skip to content

Commit 418936b

Browse files
committed
오타수정
1 parent a76829c commit 418936b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry/controllers/workspace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ angular.module('workspace').controller("WorkspaceController",
6969
Entry.addEventListener('saveCanvasImage', $scope.saveCanvasData);
7070
Entry.addEventListener('openPictureImport', $scope.openPictureImport);
7171
// Entry.addEventListener('saveLocalStorageProject', saveLocalStorageProject);
72-
if(!Entry.plugin.isOsx()) {
72+
if(Entry.plugin.isOsx()) {
7373
var category_list = Entry.playground.categoryView_.getElementsByTagName("li");
7474
category_list['entryCategoryarduino'].addClass('entryRemove');
7575
}

0 commit comments

Comments
 (0)