Fix TextSourceElement.getNodesInRange not including the element (#1284)
This commit is contained in:
parent
6c81a10e05
commit
ad0002d4d8
@ -114,7 +114,7 @@ class TextSourceElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getNodesInRange() {
|
getNodesInRange() {
|
||||||
return [];
|
return [this._element];
|
||||||
}
|
}
|
||||||
|
|
||||||
static getElementContent(element) {
|
static getElementContent(element) {
|
||||||
|
Loading…
Reference in New Issue
Block a user