Skip to content

Commit

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

0 comments on commit 47e34f5

Please sign in to comment.