Skip to content

Commit

Permalink
Allow quotes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Jun 4, 2024
1 parent 45e0419 commit dd0d4dd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ts/WoltLabSuite/Core/Component/Comment/Add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export class CommentAdd {

listenToCkeditor(this.#textarea).setupFeatures(({ features }) => {
features.heading = false;
features.quoteBlock = false;
features.spoiler = false;
features.table = false;
});
Expand Down
1 change: 0 additions & 1 deletion ts/WoltLabSuite/Core/Component/Comment/Response/Add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class CommentResponseAdd {

listenToCkeditor(this.#textarea).setupFeatures(({ features }) => {
features.heading = false;
features.quoteBlock = false;
features.spoiler = false;
features.table = false;
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd0d4dd

Please sign in to comment.