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:
@@ -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: '',
|
||||
|
Reference in New Issue
Block a user