mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Merge pull request #19939 from davidka/change-wrong-selection-content-type
Change wrong selection content type
This commit is contained in:
Vendored
+1
-1
@@ -91,7 +91,7 @@ export class Selection {
|
||||
empty: boolean;
|
||||
eq(p: Selection): boolean;
|
||||
map(doc: Node, mapping: Mappable): Selection;
|
||||
content: Slice;
|
||||
content(): Slice;
|
||||
replace(tr: Transaction, content?: Slice): void;
|
||||
replaceWith(tr: Transaction, node: Node): void;
|
||||
toJSON(): AnyObject;
|
||||
|
||||
Reference in New Issue
Block a user