diff options
Diffstat (limited to '')
-rw-r--r-- | src/e_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/e_events.go b/src/e_events.go index 21cad94..c30946d 100644 --- a/src/e_events.go +++ b/src/e_events.go @@ -380,6 +380,7 @@ func e_set_protocol_defaults(data *HardData, in *HostNode) { in.Stack.EndpointType = "publicURL" in.Stack.Interface = "public" } + data.ui.insert_scroll = 0 e_set_protocol_max(data, in) } |