BlockNote
BlockNote copied to clipboard
RTL support?
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.