Skip to content

Commit 6483ea7

Browse files
Added support for selecting text of the preview file
1 parent c644b03 commit 6483ea7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "docxer",
33
"name": "Docxer",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"minAppVersion": "1.5.0",
66
"description": "Import Word files easily. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.",
77
"author": "Developer-Mike",

src/styles/preview.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@
2323
background-color: var(--background-primary) !important;
2424

2525
transform-origin: center top;
26+
27+
& article {
28+
user-select: text;
29+
}
2630
}

styles.css

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)