spiegel-keyman/web/source/dom/targets
2022-10-10 09:04:24 +07:00
..
contentEditable.ts fix(web): getTextAfterCaret() should never return undefined 2022-09-27 10:34:41 +07:00
designIFrame.ts fix(web): design-iframes too 2022-09-27 10:46:55 +07:00
input.ts chore(web): missed some spots 2022-09-29 08:17:46 +07:00
outputTarget.ts fix(web): reverts a change that broke on Android API 21 2022-05-31 09:11:20 +07:00
readme.md chore(web): missed some spots 2022-09-29 08:17:46 +07:00
textarea.ts fix(web): selection direction and tests 2022-02-23 15:13:07 +11:00
wrapElement.ts chore(web): fully removes touch-alias stuff 2022-09-29 08:17:45 +07:00

Please keep any code in this folder / namespace as free as possible from dependencies on other parts of KMW. Some of our unit tests wish to run against these types without requiring KMW to be active.

Note that with a little work, we could completely spin this into its own separate module - this could be useful for development and testing purposes, especially now that we've dropped the old TouchAlias type that was a bit entangled with main engine code.