Merge branch 'master' into enhance/customizable-whiteboard-shortcuts

pull/9228/head
Konstantinos 2023-04-27 10:31:06 +03:00 committed by GitHub
commit fa51575e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,12 +87,12 @@
(swap! *configs assoc :host value))}]]
[:label
[:strong "Port (0 ~ 65536)"]
[:strong "Port (1 ~ 65535)"]
[:input.form-input
{:auto-focus true
:value port
:min "1"
:max "65536"
:max "65535"
:type "number"
:on-change #(let [value (.-value (.-target %))]
(swap! *configs assoc :port value))}]]]