File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 "schema" : {
99 "type" : " string"
1010 },
11- "default" : " https://raw.githack.com/ pi0/clippyjs/ master/assets/"
11+ "default" : " https://cdn.jsdelivr.net/gh/ pi0/clippyjs@ master/assets/"
1212 },
1313 {
1414 "key" : " clippy.agent.name" ,
Original file line number Diff line number Diff line change @@ -37,8 +37,9 @@ export default () => {
3737 } , undefined , assetsPath + 'agents/' )
3838 onInvalidate ( ( ) => {
3939 if ( currentAgent ) {
40+ const el = currentAgent . _el
4041 currentAgent . hide ( false , ( ) => {
41- currentAgent ! . _el . remove ( )
42+ el . remove ( )
4243 } )
4344 currentAgent = undefined
4445 }
Original file line number Diff line number Diff line change 11import * as path from 'node:path'
22import * as url from 'node:url'
3+ import { URL } from 'node:url'
34import { extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge'
45import TabItem from '../../renderer/components/TabItem.vue'
56import TerminalBlock from '../../renderer/components/TerminalBlock.vue'
You can’t perform that action at this time.
0 commit comments