-
## Bug Description
When trying to do cntl+A, cntl+c and cntl+v in proseMirror editor. It is showing error- Cannot read properties of null (reading 'nodeType').
This is happening when I have header…
-
Hi there,
Trying to use React Anime in my project, and I keep getting the above error!
`node v9.8.0`
`react v16.2.0`
Snippet of my code:
```
render () {
const { type, show, title,…
-
/**
* Highlights range.
* Wraps text of given range object in wrapper element.
* @param {Range} range
* @param {HTMLElement} wrapper
* @returns {Array} - array of created…
-
Currently NodeType is only defined as a String
It can be great to have a constants / enum definition to avoid to hardcode their usage in our project, like this:
```
export enum NodeType {
Ob…
-
### Bug Description
When using IME to input Japanese characters with the ProseMirror editor's marks stored, the cursor is positioned to the left of the input character.
**Steps to Reproduce*…
r1cep updated
3 weeks ago
-
Naturally every page has a uripathsegment. There is only one exception: the homepage (Neos.Neos:Site) itself.
A new mixin `Neos.Neos:UriPathSegment` https://github.com/neos/neos-development-collectio…
-
-
Found by #349
!!! Crash found !!!
Selector: `fn:empty((1,2,3)[/0])`
Language: `XPath3.1`
```
TypeError: Cannot read property 'nodeType' of undefined
at bs.evaluate (C:\fontoxml\platform\f…
-
I get the following error using the Zombie driver:
```
Error "Cannot read property 'nodeType' of null" while executing code: var node,
refs = [],
result = browser.xpath("\/\/html");
wh…
-
After adding a double-click event, the single selection will not take effect and the cumulative selected items will be selected
![image](https://github.com/user-attachments/assets/a681d09b-c959-4351-…