1
0
forked from PGL/Clyde

fixed POST addview

This commit is contained in:
2024-04-19 17:37:59 +02:00
parent e998fb2ab4
commit be7f42aafe
3 changed files with 7 additions and 3 deletions

View File

@ -62,6 +62,7 @@ function downloadBibTex(){
async function articleClicked(){
await addView(props.article.pdfLocation)
emit('modal-close')
emit('modified')
}
/**