updated dependencies
This commit is contained in:
@@ -36,7 +36,10 @@ export function previewTitle(schemas, record, graph) {
|
||||
|
||||
function noTemplate(schema, record) {
|
||||
if (schema?.type === "files") {
|
||||
return record._file.path;
|
||||
if(record._file.width === 0){
|
||||
return record._file.path;
|
||||
}
|
||||
return record._file.path + " " + record._file.width+"x"+record._file.height ;
|
||||
}
|
||||
|
||||
let title = stripHtml(
|
||||
|
||||
Reference in New Issue
Block a user