mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 13:28:19 +01:00
Version 1.4.2: Fix error with media
This commit is contained in:
parent
ed2ffa3fa2
commit
f59f8b5934
@ -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: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user