You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: cells don't get focused anymore after draging, making it more c…
…lean
feat: insert new cells still focus cells a you probably direclty want to modify it. It has now a little offset from top
fix(plugin-spacer): resizing is broken (react-page#908)
fix(plugin-spacer): shows border in read only mode
fix(plugin-spacer): spacer has now correct size (without 2 additional pixel from the borde)
the border has been removed and replaced with an outline.
This fixes the problem as well that it was actually 2 pixels taller in height as specified.
this might have a slight inpact on existing page layouts and could be considered a breaking change,
but its too sublte and probably few will notice. Please raise an issue if you notice a problem with that.
fixesreact-page#907