fix(text editor): preserve whitespace when toggling block types #10194
Annotations
4 errors and 11 warnings
src/components/text-editor/prosemirror-adapter/menu/menu-commands.ts#L175
Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed
|
src/components/text-editor/prosemirror-adapter/menu/menu-commands.ts#L192
Replace `tr.doc,·$from.pos,·$to.pos` with `⏎····················tr.doc,⏎····················$from.pos,⏎····················$to.pos,⏎················`
|
src/components/text-editor/prosemirror-adapter/menu/menu-commands.ts#L217
Replace `tr.doc,·$from.pos,·$to.pos` with `⏎························tr.doc,⏎························$from.pos,⏎························$to.pos,⏎····················`
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
src/components/action-bar/action-bar-item/action-bar-item.tsx#L125
'iconColor' is deprecated
|
src/components/action-bar/action-bar-item/action-bar-item.tsx#L172
'iconColor' is deprecated
|
src/components/button-group/button-group.tsx#L177
The signature '(from: number, length?: number): string' of 'target.id.substr' is deprecated
|
src/components/button/button.e2e.ts#L212
The signature '(milliseconds: number): Promise<void>' of 'page.waitForTimeout' is deprecated
|
src/components/button/button.e2e.ts#L261
The signature '(milliseconds: number): Promise<void>' of 'page.waitForTimeout' is deprecated
|
src/components/button/button.tsx#L111
Provide multiple methods instead of using "oldValue" to determine which action to take
|
src/components/button/button.tsx#L111
Provide multiple methods instead of using "newValue" to determine which action to take
|
src/components/chip-set/chip-set-input-helpers.ts#L36
'keyCode' is deprecated
|
src/components/chip-set/chip-set-input-helpers.ts#L38
'keyCode' is deprecated
|
src/components/chip-set/chip-set-input-helpers.ts#L39
'keyCode' is deprecated
|
This job failed
Loading