Skip to content

Commit

Permalink
fix(extension): Unexpected alignment. (fixed #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Jan 17, 2021
1 parent 4334d07 commit a5385dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions src/components/QuasarTiptap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import {
OParagraph,
OBlockquote,
OTodoItem,
OAlign,
OAlignment,
OIndent,
OLineHeight,
Expand Down Expand Up @@ -197,7 +196,6 @@ export default {
node: 'paragraph',
notAfter: ['paragraph']
}),
new OAlign()
]
this.editor = new Editor({
Expand Down
43 changes: 0 additions & 43 deletions src/extentions/Align.js

This file was deleted.

1 change: 0 additions & 1 deletion src/extentions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export { default as OForeColor } from 'src/extentions/ForeColor'
export { default as OFontFamily } from 'src/extentions/FontFamily'

// Extensions
export { default as OAlign } from 'src/extentions/Align'
export { default as OAlignment } from 'src/extentions/Alignment'
export { default as OIndent } from 'src/extentions/Indent'
export { default as OLineHeight } from 'src/extentions/LineHeight'
Expand Down

0 comments on commit a5385dc

Please sign in to comment.