mirror of
https://github.com/facebook/lexical.git
synced 2025-05-21 09:07:44 +08:00
Improve multi element indentation (#1982)
* Improve multi element indentation * Remove bad UT * Remove bad UT * Add e2e test * Address feedback
This commit is contained in:
@ -28,7 +28,7 @@ declare export class CodeNode extends ElementNode {
|
||||
insertNewAfter(
|
||||
selection: RangeSelection,
|
||||
): null | ParagraphNode | CodeHighlightNode;
|
||||
canInsertTab(): true;
|
||||
canInsertTab(): boolean;
|
||||
collapseAtStart(): true;
|
||||
setLanguage(language: string): void;
|
||||
getLanguage(): string | void;
|
||||
|
Reference in New Issue
Block a user