mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Lexical: Fixed double-bold text, updated tests
Double bold was due to text field exporting wrapping the output in <b> tags when the main tag would already be strong.
This commit is contained in:
@ -123,6 +123,7 @@ describe('table selection', () => {
|
||||
__prev: null,
|
||||
__size: 1,
|
||||
__style: '',
|
||||
__textFormat: 0,
|
||||
__textStyle: '',
|
||||
__type: 'paragraph',
|
||||
});
|
||||
|
Reference in New Issue
Block a user