File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
client/src/components/Libraries Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default {
6666 };
6767 },
6868 methods: {
69- sanitize ,
69+ purify ,
7070 updateValue (value ) {
7171 this .$emit (" update:changedValue" , value);
7272 },
Original file line number Diff line number Diff line change 128128 <span
129129 class =" shrinked-description"
130130 :title =" getMessage(row.item)"
131- v-html =" linkify(purify.sanitize(getMessage(row.item).substring(0, maxDescriptionLength)))" >
131+ v-html ="
132+ linkify(purify.sanitize(getMessage(row.item).substring(0, maxDescriptionLength)))
133+ " >
132134 </span >
133135 <!-- eslint-enable vue/no-v-html -->
134136 <span :title =" getMessage(row.item)" > ...</span >
@@ -367,7 +369,7 @@ export default {
367369 this .getFolder (this .folder_id , this .page );
368370 },
369371 methods: {
370- sanitize ,
372+ purify ,
371373 getFolder (folder_id , page ) {
372374 this .currentFolderId = folder_id;
373375 this .currentPage = page;
You can’t perform that action at this time.
0 commit comments