Jaremy Creechley
Jaremy Creechley
Put focus on selectable texts.
The font input is offset because `lineHeight` isn't set on the `input: box` used for input. This fixes that and maybe other issues.
Pretty much any useful widgets are welcome at this stage! - [x] Grid - [x] Vertical View - [x] Horizontal View - [x] Scroll Pane (horiz only) - [x] Button...
Currently there are releases such as [Latest successful build for branch version-2-2](https://github.com/nim-lang/nightlies/releases/tag/latest-version-2-2) for the last successful build for that branch. However there isn't anything similar for the *tagged* Nim releases....
In some cases it's useful to have a channel which acts as a ring-buffer that overwrites the oldest data. For example in UIs you often want the last mouse input....
Currently it seems like it's not being propagated. Especially when borrowing from the childs like: `this.cxMax = [cx"max-content", cx"max-content"]`. CSSGrid probably isn't handling it properly.
The `Text` widget doesn't support selecting text currently. It's implemented in `Input` already and should be copied over or refactored out.