Skip to content

Commit

Permalink
Merge pull request #2753 from nextcloud/backport/2752/stable24
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jul 25, 2022
2 parents 0676343 + 55f5504 commit a36ddcd
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-text.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/nodes/BulletList.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const BulletList = TiptapBulletList.extend({
addInputRules() {
return [
listInputRule(
/^\s*([-+*])\s([^\s[])$/,
/^\s*([-+*])\s([^\s[]+)$/,
this.type
),
]
Expand Down

0 comments on commit a36ddcd

Please sign in to comment.