File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/js/components/assets/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 v-slot =" { actions }"
4040 >
4141 <ui-button inset size =" sm" v-if =" isImage && isFocalPointEditorEnabled" @click.prevent =" openFocalPointEditor" icon =" focus" variant =" ghost" class =" [& _svg]:!opacity-45" :text =" __('Focal Point')" />
42- <ui-button inset size =" sm" v-if =" isImage && asset && asset.can_be_transparent" @click =" showCheckerboard = !showCheckerboard" icon =" eye" variant =" ghost" :class =" [showCheckerboard ? '[& _svg]:!opacity-100 ' : '[& _svg]:!opacity-45 ']" :text =" __('Transparency')" />
42+ <ui-button inset size =" sm" v-if =" isImage && asset && asset.can_be_transparent" @click =" showCheckerboard = !showCheckerboard" icon =" eye" variant =" ghost" :class =" [showCheckerboard ? '[& _svg]:!opacity-45 ' : '[& _svg]:!opacity-100 ']" :text =" __('Transparency')" />
4343 <ui-button inset size =" sm" v-if =" canRunAction('rename_asset')" @click.prevent =" runAction(actions, 'rename_asset')" icon =" rename" variant =" ghost" class =" [& _svg]:!opacity-45" :text =" __('Rename')" />
4444 <ui-button inset size =" sm" v-if =" canRunAction('move_asset')" @click.prevent =" runAction(actions, 'move_asset')" icon =" move-folder" variant =" ghost" class =" [& _svg]:!opacity-45" :text =" __('Move to Folder')" />
4545 <ui-button inset size =" sm" v-if =" canRunAction('replace_asset')" @click.prevent =" runAction(actions, 'replace_asset')" icon =" replace" variant =" ghost" class =" [& _svg]:!opacity-45" :text =" __('Replace')" />
@@ -239,7 +239,7 @@ export default {
239239 fields: null ,
240240 fieldset: null ,
241241 showFocalPointEditor: false ,
242- showCheckerboard: false ,
242+ showCheckerboard: true ,
243243 error: null ,
244244 errors: {},
245245 actions: [],
You can’t perform that action at this time.
0 commit comments