tycoding hai 1 ano
pai
achega
a81332306c

+ 1 - 7
langchat-ui-client/src/views/modules/doc/components/FileView.vue

@@ -13,13 +13,7 @@
 </script>
 
 <template>
-  <iframe
-    :src="path"
-    width="100%"
-    height="100%"
-    frameborder="0"
-    class="!z-0 !pointer-events-none"
-  ></iframe>
+  <iframe :src="path" width="100%" height="100%" frameborder="0" class="!z-0"></iframe>
 </template>
 
 <style scoped lang="less"></style>