Skip to content

Commit

Permalink
Preview pane open by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed Sep 16, 2017
1 parent 5c2c51a commit be7c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getPlatform } from "../utils/PlatformUtils";

class App extends PureComponent {
state = {
isPreviewToggled: false,
isPreviewToggled: true,
isFormulaToggled: false,
isThemeToggled: false,
}
Expand Down

0 comments on commit be7c167

Please sign in to comment.