internal/event/event.go 🔗
@@ -31,7 +31,7 @@ var (
)
func SetInteractive(interactive bool) {
- baseProps = baseProps.Set("interactive", interactive)
+ baseProps = baseProps.Set("Interactive", interactive)
}
func Init() {
Andrey Nering created
internal/event/event.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -31,7 +31,7 @@ var (
)
func SetInteractive(interactive bool) {
- baseProps = baseProps.Set("interactive", interactive)
+ baseProps = baseProps.Set("Interactive", interactive)
}
func Init() {