kasra shahram
kasra shahram
Hi, ``` digraph { rankdir="LR" node [shape="circle" fixedsize=1] center -> right [style="none"] left -> center [style="invis" dir="back"] } ``` When we change the **style** attribute value from "invis" to "none"...
Hi, It seams that space-evenly is missing. Indeed we have readonly justifyContent?: 'flex-start' | 'flex-end' | 'space-between' | 'space-around' | 'center'; Is it possible to add support for "space-evenly" to...
Hi, It seems that arrow functions are not taken into account today right ? I just changed few of them with regular function and it worked. It would be nice...
Hi, the focus manager API has currently : - disableFocus - enableFocus - focusPrevious - focusNext - focus It would be great to be able to get the current id...