@blocklet/editor 2.1.134 → 2.1.136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/main/index.css +3 -0
- package/package.json +2 -2
package/lib/main/index.css
CHANGED
|
@@ -1298,12 +1298,15 @@ li.embed-option-disabled > span:after {
|
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
+
/* HeadingsIdPlugin */
|
|
1301
1302
|
.be-editable h1[id] > a:last-child,
|
|
1302
1303
|
.be-editable h2[id] > a:last-child,
|
|
1303
1304
|
.be-editable h3[id] > a:last-child,
|
|
1304
1305
|
.be-editable h4[id] > a:last-child,
|
|
1305
1306
|
.be-editable h5[id] > a:last-child,
|
|
1306
1307
|
.be-editable h6[id] > a:last-child {
|
|
1308
|
+
user-select: none;
|
|
1309
|
+
-webkit-user-select: none; /* 兼容 Safari */
|
|
1307
1310
|
display: inline-block;
|
|
1308
1311
|
width: 24px;
|
|
1309
1312
|
height: 24px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/editor",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.136",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ufo": "^1.5.4",
|
|
67
67
|
"url-join": "^4.0.1",
|
|
68
68
|
"zustand": "^4.5.5",
|
|
69
|
-
"@blocklet/pdf": "^2.1.
|
|
69
|
+
"@blocklet/pdf": "^2.1.136"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "^7.25.2",
|