1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-25 16:21:54 +02:00

Version 1.4.2: Fix error with media

This commit is contained in:
trendschau
2020-11-30 16:24:22 +01:00
parent ed2ffa3fa2
commit f59f8b5934

View File

@@ -1386,7 +1386,7 @@ const imageComponent = Vue.component('image-component', {
maxsize: 5, // megabyte
imgpreview: false,
showmedialib: false,
//fix load: false,
load: false,
imgmeta: false,
imgalt: '',
imgtitle: '',
@@ -1683,7 +1683,7 @@ const fileComponent = Vue.component('file-component', {
return {
maxsize: 5, // megabyte
showmedialib: false,
//fix load: false,
load: false,
filemeta: false,
filetitle: '',
fileextension: '',