🐛 Frame moving with title with button different than left

This commit is contained in:
alonso.torres 2021-07-26 14:47:20 +02:00 committed by Andrey Antukh
parent 43198eb263
commit d61a86cad1
3 changed files with 8 additions and 6 deletions

View file

@ -85,7 +85,7 @@
(.close ^java.io.OutputStream output-stream))))))
(defn- impl-format-response-body
[response request]
[response _request]
(let [body (:body response)
opts {:type :json-verbose}]
(cond