BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

RTL support?

Open mawnir opened this issue 1 year ago • 0 comments

i tried this :

const theme = {
    ...lightDefaultTheme,
    componentStyles: (theme: any) => ({
      Editor: {
        direction: "rtl",
      },
    }),
  } satisfies Theme;

it works, but the toolbar the / menu are a mess.. dir:auto doesn't work.

mawnir avatar Dec 25 '23 18:12 mawnir