Commit edbdcfe 1 parent baa87fe commit edbdcfe Copy full SHA for edbdcfe
File tree 1 file changed +0
-18
lines changed
extension-manifest-v3/src/pages/panel/components
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 12
12
import { html } from 'hybrids' ;
13
13
import { openTabWithUrl } from '/utils/tabs.js' ;
14
14
15
- function close ( host , event ) {
16
- event . preventDefault ( ) ;
17
- event . stopPropagation ( ) ;
18
-
19
- host . parentNode . removeChild ( host ) ;
20
- }
21
-
22
15
export default {
23
16
icon : '' ,
24
17
href : '' ,
@@ -43,17 +36,6 @@ export default {
43
36
<slot name= "action" > </ slot>
44
37
</ ui- text>
45
38
</ div>
46
- <ui- action>
47
- <butto n
48
- id= "close"
49
- onclick = "${ close } "
50
- layout = "margin:-2 self:start shrink:0 padding"
51
- >
52
- <div layout= "row center size:3" >
53
- <ui- icon name= "close" layout = "size:2" > </ ui- icon>
54
- </ div>
55
- </ butto n>
56
- </ ui- action>
57
39
</ a>
58
40
</ ui- action>
59
41
</ template>
You can’t perform that action at this time.
0 commit comments