We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad81da commit 0e92678Copy full SHA for 0e92678
src/main/resources/META-INF/frontend/fc-xterm/xterm-selection-mixin.ts
@@ -18,8 +18,8 @@
18
* #L%
19
*/
20
import { Terminal } from 'xterm'
21
-import { TerminalMixin, TerminalAddon } from '@vaadin/flow-frontend/fc-xterm/xterm-element';
22
-import { IConsoleMixin } from '@vaadin/flow-frontend/fc-xterm/xterm-console-mixin';
+import { TerminalMixin, TerminalAddon } from './xterm-element';
+import { IConsoleMixin } from './xterm-console-mixin';
23
24
interface ISelectionMixin extends TerminalMixin {
25
keyboardSelectionEnabled: boolean;
@@ -180,4 +180,4 @@ export function XTermSelectionMixin<TBase extends Constructor<TerminalMixin>>(Ba
180
}
181
182
183
-}
+}
0 commit comments