Application prototype #14

Merged
glen merged 101 commits from app-proto into main 2024-10-21 23:38:28 +00:00
Showing only changes of commit e6281cdcc6 - Show all commits

View File

@ -386,8 +386,8 @@ pub fn Display() -> View {
// again // again
canvas( canvas(
ref=display, ref=display,
width="750", width="600",
height="750", height="600",
tabindex="0", tabindex="0",
on:keydown=move |event: KeyboardEvent| { on:keydown=move |event: KeyboardEvent| {
if event.key() == "Shift" { if event.key() == "Shift" {