Ziad Beyens

Results 121 issues of Ziad Beyens

https://user-images.githubusercontent.com/19695832/170838947-3fe91a28-01c8-4c06-9dc8-3e14e778ade5.mp4 ### Given - table 2x2 - cursor at cell 21 ```tsx 11 12 21 22 ``` ### When - press ↑ ### Then - cursor at cell 11 ```tsx...

spec

### Given - table 2x2 - select cells 11 to 22 ```tsx 11 12 21 22 ``` ### When - insert table ```tsx a b ``` ### Then - replace...

spec

### Given - pages with blocks ```tsx ``` ### When - editor did mount ### Then - all block heights should be stored in the editor metadata to minimize dom...

spec

### Description Wraps root blocks into page blocks. ### Specs - Normalizer: - #3 - #4 - #6 - #7 - #8 - #9

doc

### Given - first page height 100 - block height 60 - second block is out of bounds ```tsx 1 2 ``` ### When - normalizing page ### Then -...

spec

### Given - page 1 of height 100 - 5 blocks of height 30 in `p` - the last 2 blocks are out of bounds - second page has block...

spec

### Given - node `b` that is not a page - no page before/after ```tsx const input = ( b a ) ``` ### When - normalize `b` - normalize...

spec

### Given - node `a` at level 0 - `a` is not a page - next node: page node `b` ```tsx const input = ( a b ) ``` ###...

spec
normalizer

### Given - node `a` at level 0 - `a` is not a page - previous node: page node `b` ```tsx const input = ( b a ) ``` ###...

spec
normalizer