mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00

* Add utility functions for saving and restoring the caret location * Implement cross-browser.getSelection * Save and restore location on ContentEditable * Fix refocus by clicking on a field that had a non-collapsed selection
10 lines
222 B
JSON
10 lines
222 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../lib" },
|
|
{ "path": "../domlib" },
|
|
{ "path": "../sveltelib" }
|
|
]
|
|
}
|