Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit article + CSP #12

Merged
merged 20 commits into from
Nov 19, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
even more simple removal of top bar
Reeywhaar committed Nov 19, 2018

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
commit 5b48952c125260777eea6628278cd20a4ca20c71
2 changes: 1 addition & 1 deletion src/richEditor.jsx
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ export default class RichEditor extends PureComponent {
theme: "snow",
placeholder: this.props.placeholder || "",
modules: {
toolbar: [],
toolbar: null,
},
formats: [],
});
12 changes: 0 additions & 12 deletions src/style.scss
Original file line number Diff line number Diff line change
@@ -1128,18 +1128,6 @@ p {
}
}

/* editor-container */

.editor-container--poor {
.ql-toolbar {
display: none;
}

.ql-container {
border-top: 1px solid #ccc !important;
}
}

/* article-content */

.article-content {