@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/index.js
CHANGED
|
@@ -28492,7 +28492,7 @@ function FloatingLinkEditor({
|
|
|
28492
28492
|
type: "file",
|
|
28493
28493
|
className: "hidden",
|
|
28494
28494
|
onChange: handleUploadLocalFile,
|
|
28495
|
-
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"
|
|
28495
|
+
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"
|
|
28496
28496
|
}
|
|
28497
28497
|
),
|
|
28498
28498
|
/* @__PURE__ */ jsx(
|