- 02 Feb, 2020 2 commits
-
-
Philipp Kühn authored
Fix error on hide event
-
Philipp Kühn authored
Fix error in hide event
-
- 24 Jan, 2020 2 commits
-
-
Janis Kelemen authored
Sometimes the hide event throws an error since the element of the option does not have a parent node. I added a check if the parent node is not null to the hide event. tiptap.esm.js?cd42:1849 Uncaught TypeError: Cannot read property 'contains' of null at Menu.hide (tiptap.esm.js?cd42:1849) at Editor.eval (tiptap.esm.js?cd42:1778) at eval (tiptap.esm.js?cd42:461) at Array.forEach (<anonymous>) at Editor.emit (tiptap.esm.js?cd42:460) at Plugin.blur (tiptap.esm.js?cd42:1184) at eval (index.es.js?576a:3113) at EditorView.someProp (index.es.js?576a:4567) at runCustomHandler (index.es.js?576a:3111) at HTMLDivElement.view.dom.addEventListener.view.eventHandlers.<computed> (index.es.js?576a:3076)
-
Janis Kelemen authored
Sometimes the hide event throws an error since the element of the option does not have a parent node. I added a check if the parent node is not null to the hide event. ```javascript tiptap.esm.js?cd42:1849 Uncaught TypeError: Cannot read property 'contains' of null at Menu.hide (tiptap.esm.js?cd42:1849) at Editor.eval (tiptap.esm.js?cd42:1778) at eval (tiptap.esm.js?cd42:461) at Array.forEach (<anonymous>) at Editor.emit (tiptap.esm.js?cd42:460) at Plugin.blur (tiptap.esm.js?cd42:1184) at eval (index.es.js?576a:3113) at EditorView.someProp (index.es.js?576a:4567) at runCustomHandler (index.es.js?576a:3111) at HTMLDivElement.view.dom.addEventListener.view.eventHandlers.<computed> (index.es.js?576a:3076) ```
-
- 17 Jan, 2020 1 commit
-
-
Hans Pagel authored
-
- 19 Dec, 2019 1 commit
-
-
Philipp Kühn authored
-
- 16 Dec, 2019 2 commits
-
-
Philipp Kühn authored
- tiptap-commands@1.12.5 - tiptap-extensions@1.28.6 - tiptap@1.26.6
-
Philipp Kühn authored
Fixed InputRule deletes the next unrelated char that should not be deleted.
-
- 02 Dec, 2019 9 commits
-
-
Philipp Kühn authored
- tiptap-commands@1.12.4 - tiptap-extensions@1.28.5 - tiptap-utils@1.8.3 - tiptap@1.26.5
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
Fix leaf nodes not selectable
-
Philipp Kühn authored
Add support for historical paths
-
Philipp Kühn authored
lock version of package dependencies
-
Philipp Kühn authored
Remove redundant escape character for regexp
-
- 28 Nov, 2019 1 commit
-
-
Илья authored
-
- 21 Nov, 2019 1 commit
-
-
Chakib Grube Benhaddou authored
-
- 01 Nov, 2019 2 commits
- 24 Oct, 2019 1 commit
-
-
Philipp Kühn authored
-
- 23 Oct, 2019 1 commit
-
-
Alecyrus authored
-
- 20 Oct, 2019 3 commits
- 17 Oct, 2019 6 commits
-
-
Philipp Kühn authored
- tiptap-commands@1.12.3 - tiptap-extensions@1.28.4 - tiptap-utils@1.8.2 - tiptap@1.26.4
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
use last selection + 1 to set table create selection
-
Chrissi2812 authored
-
- 04 Oct, 2019 8 commits
-
-
Philipp Kühn authored
- tiptap-commands@1.12.2 - tiptap-extensions@1.28.3 - tiptap@1.26.3
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
-
Philipp Kühn authored
Add/emit show/hide events in EditorFloatingMenu component
-
Philipp Kühn authored
- tiptap-commands@1.12.1 - tiptap-extensions@1.28.2 - tiptap-utils@1.8.1 - tiptap@1.26.2
-
Philipp Kühn authored
-
Philipp Kühn authored
-