@thangph2146/lexical-editor 0.0.12 → 0.0.13
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/dist/editor-x/editor.cjs +1 -1
- package/dist/editor-x/editor.cjs.map +1 -1
- package/dist/editor-x/editor.css +0 -1
- package/dist/editor-x/editor.css.map +1 -1
- package/dist/editor-x/editor.js +1 -1
- package/dist/editor-x/editor.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/plugins/floating-link-editor-plugin.tsx +1 -1
- package/src/themes/core/_tables.scss +0 -1
package/dist/editor-x/editor.js
CHANGED
|
@@ -28486,7 +28486,7 @@ function FloatingLinkEditor({
|
|
|
28486
28486
|
type: "file",
|
|
28487
28487
|
className: "hidden",
|
|
28488
28488
|
onChange: handleUploadLocalFile,
|
|
28489
|
-
accept: ".pdf,.doc,.docx,.xls,.xlsx,.csv,.rtf,.txt,.zip,.rar,.7z,.ppt,.pptx,.jpg,.jpeg,.png,.gif,.webp,.svg,.mp3,.wav,.mp4,.mov,.avi"
|
|
28489
|
+
accept: ".pdf,.doc,.docx,.xls,.xlsx,.csv,.rtf,.txt,.zip,.rar,.7z,.ppt,.pptx,.jpg,.jpeg,.png,.gif,.webp,.svg,.mp3,.wav,.mp4,.mov,.avi,.webm"
|
|
28490
28490
|
}
|
|
28491
28491
|
),
|
|
28492
28492
|
/* @__PURE__ */ jsx(
|