Skip to content

Commit

Permalink
[fix] dataTable 관련 프로퍼티 재조정
Browse files Browse the repository at this point in the history
  • Loading branch information
extracold1209 committed Mar 16, 2020
1 parent d4afd05 commit 9ab629a
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 362 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Workspace extends Component<IProps> {
baseUrl: 'https://playentry.org',
fonts: EntryStatic.fonts,
textCodingEnable: true,
dataTableEnable: false,
dataTableEnable: true,
paintMode: 'entry-paint',
};
state = {
Expand Down
Loading

0 comments on commit 9ab629a

Please sign in to comment.