feat: table enhancement (#2191)

This commit is contained in:
Philip Okugbe
2026-05-14 00:37:44 +01:00
committed by GitHub
parent 31ed0df3f7
commit cea9be7926
48 changed files with 3330 additions and 1133 deletions
@@ -28,6 +28,7 @@ export const FixedToolbar: FC = () => {
<>
<div
className={classes.fixedToolbar}
data-fixed-toolbar="true"
role="toolbar"
aria-label="Editor toolbar"
onMouseDown={(e) => e.preventDefault()}