release: v0.4.3 — 版本号更新与预览区文本选择修复
- 版本号从 0.4.2 升级至 0.4.3 - 修复预览区内容无法鼠标拖拽选择/复制的问题 - 根因:html/body 上的 user-select: none 级联到预览面板 - 修复:为 .me-preview 及其子元素恢复 user-select: text
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marklite",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Lightweight Markdown Editor for Windows",
|
||||
"main": "./dist/main/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user