mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
allow keypress propagation
- this allows the webkit to add values to the `input` when typed FIXME: does this need to be configurable?
This commit is contained in:
@@ -1353,7 +1353,7 @@ func onKeyPressEvent(widget *C.GtkWidget, event *C.GdkEventKey, userData C.uintp
|
||||
acceleratorString: accelerator,
|
||||
}
|
||||
}
|
||||
return C.gboolean(1)
|
||||
return C.gboolean(0)
|
||||
}
|
||||
|
||||
func getKeyboardState(event *C.GdkEventKey) (string, bool) {
|
||||
|
||||
Reference in New Issue
Block a user