tiptap/packages/tiptap-extensions/src
Aaron 8c9676402b
Switch check from !isMac to isWindows for specificity.
Only Windows uses Mod+y, this avoids adding the shortcut to other operating systems (such as Linux or iOS).

This adds better support for spoofed user-agents when testing mobile sites on desktop devices.

You could also add `|| /Pocket/.test(navigator.platform)` but it really is optional
2019-07-10 09:25:25 +03:00
..
extensions Switch check from !isMac to isWindows for specificity. 2019-07-10 09:25:25 +03:00
marks fix #311 2019-05-13 23:27:31 +02:00
nodes add support for a custom drag handle for node views 2019-06-27 22:32:20 +02:00
plugins fix bug in suggestions plugin, fix #176 2019-05-21 00:11:26 +02:00
index.js add text search 2019-05-23 17:53:27 +02:00