mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
fix(web): unbreak some ts paths
This commit is contained in:
parent
83dbc71316
commit
6364adceeb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { OrderedStringList } from 'src/ldml-keyboard/pattern-parser.js';
|
||||
import { OrderedStringList } from '../ldml-keyboard/pattern-parser.js';
|
||||
import { DependencySections, StrsItem, StrsOptions } from './kmx-plus.js';
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { TouchLayoutFile, TouchLayoutFlick, TouchLayoutKey, TouchLayoutPlatform, TouchLayoutSubKey } from "src/keyman-touch-layout/keyman-touch-layout-file.js";
|
||||
import { TouchLayoutFile, TouchLayoutFlick, TouchLayoutKey, TouchLayoutPlatform, TouchLayoutSubKey } from "../keyman-touch-layout/keyman-touch-layout-file.js";
|
||||
import { VisualKeyboard } from "../kvk/visual-keyboard.js";
|
||||
import SchemaValidators from "../schema-validators.js";
|
||||
|
||||
|
|
@ -106,4 +106,4 @@ export function remapTouchLayout(source: TouchLayoutFile, map: PuaMap) {
|
|||
scanPlatform(source.tablet);
|
||||
|
||||
return dirty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue