Skip to content

Commit

Permalink
feat: the problem with copyAs has been resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
everzel committed Dec 21, 2023
1 parent fe5692e commit 820e71a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/field.js": "/js/field.js?id=66f73aa02266cc43b3d5db3603741976",
"/js/field.js": "/js/field.js?id=09ae783f2f976065e1658d283605d203",
"/css/field.css": "/css/field.css?id=d95e4549d8e45d413398a7fc8bfb5628"
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class="flex items-center hover:bg-gray-100"
v-for="copyAs in media.copyAs"
:key="copyAs.as"
@click="media.copy(copyAs.as)"
@click="doCopy($event, copyAs.as)"
>
<Icon :type="copyAs.icon" width="20" height="20" />
<span class="ml-2">{{ __(`Copy as ${copyAs.as}`) }}</span>
Expand Down

0 comments on commit 820e71a

Please sign in to comment.