diff --git a/src/components/profile/editor-viewer.tsx b/src/components/profile/editor-viewer.tsx
index ea15f5faee06e2961171a387a65e49de620b1803..28608e955fd50608c3f6316169379c9018b99cbc 100644
--- a/src/components/profile/editor-viewer.tsx
+++ b/src/components/profile/editor-viewer.tsx
@@ -77,7 +77,7 @@ export const EditorViewer = (props: Props) => {
     <Dialog open={open} onClose={onClose}>
       <DialogTitle>{t("Edit File")}</DialogTitle>
 
-      <DialogContent sx={{ width: 520, pb: 1 }}>
+      <DialogContent sx={{ width: 520, pb: 1, userSelect: "text" }}>
         <div style={{ width: "100%", height: "420px" }} ref={editorRef} />
       </DialogContent>
 
diff --git a/src/components/profile/info-viewer.tsx b/src/components/profile/info-viewer.tsx
index 54215a63226c4fda9e5ce3ac28f877c8e57a9e5c..ffeb3afd4e06f97abdbfa42045f1ca608dffcaf4 100644
--- a/src/components/profile/info-viewer.tsx
+++ b/src/components/profile/info-viewer.tsx
@@ -86,7 +86,7 @@ export const InfoViewer = (props: Props) => {
     <Dialog open={open} onClose={onClose}>
       <DialogTitle sx={{ pb: 0.5 }}>{t("Edit Info")}</DialogTitle>
 
-      <DialogContent sx={{ width: 336, pb: 1 }}>
+      <DialogContent sx={{ width: 336, pb: 1, userSelect: "text" }}>
         <TextField
           {...textFieldProps}
           disabled