mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
fix: added lists for read only
This commit is contained in:
@@ -29,6 +29,7 @@ import {
|
||||
import { isValidHttpUrl } from "@/helpers/common";
|
||||
// types
|
||||
import { IMentionHighlight, TFileHandler } from "@/types";
|
||||
import { FlatListExtension } from "./flat-list/flat-list";
|
||||
|
||||
type Props = {
|
||||
fileHandler: Pick<TFileHandler, "getAssetSrc">;
|
||||
@@ -128,5 +129,6 @@ export const CoreReadOnlyEditorExtensions = (props: Props) => {
|
||||
HeadingListExtension,
|
||||
CustomTextAlignExtension,
|
||||
CustomCalloutReadOnlyExtension,
|
||||
FlatListExtension,
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user