Skip to content

Commit

Permalink
chore: removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx authored and churik committed Dec 28, 2023
1 parent 934f74e commit 7dbef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/chat/composer/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
(defn blur
"Save the current height, minimize the composer, animate-out the background, and save cursor position"
[{:keys [text-value focused? lock-selection? cursor-position saved-cursor-position gradient-z-index
maximized? recording? minimized?]}
maximized? recording?]}
{:keys [height saved-height last-height gradient-opacity container-opacity opacity background-y]}
{:keys [content-height max-height window-height]}
{:keys [images link-previews? reply]}]
Expand Down

0 comments on commit 7dbef3f

Please sign in to comment.