Skip to content

Commit

Permalink
fix(term): migrate to @electron/remote
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Apr 6, 2022
1 parent 47e34f5 commit dd4c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/term.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {WebglAddon} from 'xterm-addon-webgl';
import {LigaturesAddon} from 'xterm-addon-ligatures';
import {Unicode11Addon} from 'xterm-addon-unicode11';
import {clipboard /*, shell */} from 'electron';
import remote from '@electron/remote';
import * as remote from '@electron/remote';
import Color from 'color';
import terms from '../terms';
import processClipboard from '../utils/paste';
Expand Down

0 comments on commit dd4c89e

Please sign in to comment.