File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 5
5
</p >
6
6
<div
7
7
:id =" id"
8
- class =" relative flex-1 px-4 py-2 border-2 rounded-md dark:border-gray-500 line-number-gutter min-h-80"
8
+ class =" relative flex-1 px-4 py-2 border-2 rounded-md dark:border-gray-500 line-number-gutter min-h-80"
9
9
:class =" {
10
10
'overflow-y-auto max-h-screen--nav': !isSrollInSyncEnabled,
11
11
}"
12
12
>
13
- <StickyCopy
14
- :aria-label =" 'Copy the content to clipboard'"
15
- :click-handler =" copyTextToClipboard"
16
- />
17
13
<div
18
14
v-for =" (lineDiff, index) in diff"
19
15
:key =" index"
30
26
31
27
<script lang="ts">
32
28
import Vue from ' vue'
33
- import StickyCopy from ' ./buttons/stickyCopy.vue'
34
29
import { putToClipboard } from ' ~/helpers/utils'
35
30
export default Vue .extend ({
36
- components: { StickyCopy },
37
31
props: {
38
32
diff: {
39
33
type: Array ,
You can’t perform that action at this time.
0 commit comments