Skip to content

Avoid scrolling entry to cursor position in unwanted situations #4306

Avoid scrolling entry to cursor position in unwanted situations

Avoid scrolling entry to cursor position in unwanted situations #4306

Workflow file for this run

name: Web Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
web_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Build WebAssembly binary
env:
GOOS: js
GOARCH: wasm
working-directory: cmd/fyne_demo
run: go build