Disable usage statistics in ToastEditor and ToastViewer components
authorAdam Dullage <redacted>
Sat, 4 May 2024 08:19:42 +0000 (09:19 +0100)
committerAdam Dullage <redacted>
Sat, 4 May 2024 08:19:42 +0000 (09:19 +0100)
client/components/toastui/ToastEditor.vue
client/components/toastui/ToastViewer.vue

index 056f5c183280b1a11856eaf4633158d7aeb04900..0479cadcca778288ade5c39ae49eb7cb70b97658 100644 (file)
@@ -20,6 +20,7 @@ onMounted(() => {
     height: "100%",
     initialValue: props.initialValue,
     plugins: [codeSyntaxHighlight],
+    usageStatistics: false,
   });
 });
 
index bf618ee1444834811acb4b3062b0eabeeea27606..a595f290ed3b9d445046b2c8a4abddacda1e4bcb 100644 (file)
@@ -18,6 +18,7 @@ onMounted(() => {
     el: viewerElement.value,
     initialValue: props.initialValue,
     plugins: [codeSyntaxHighlight],
+    usageStatistics: false,
   });
 });
 </script>
git clone https://git.99rst.org/PROJECT