1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-13 00:41:59 +03:00

TS: Converted dom and keyboard nav services

This commit is contained in:
Dan Brown
2024-10-11 21:55:51 +01:00
parent f41c02cbd7
commit 209fa04752
28 changed files with 87 additions and 98 deletions

View File

@ -1,4 +1,4 @@
import {onSelect} from '../services/dom';
import {onSelect} from '../services/dom.ts';
import {Component} from './component';
export class OptionalInput extends Component {