mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Style fix
This commit is contained in:
@@ -69,8 +69,9 @@
|
||||
},
|
||||
events: { 'keydown': 'zoomText' },
|
||||
zoomText: function(e) {
|
||||
if (!e.ctrlKey)
|
||||
if (!e.ctrlKey) {
|
||||
return;
|
||||
}
|
||||
var keyCode = e.which || e.keyCode;
|
||||
var maxSize = 22; // if bigger text goes outside send-message textarea
|
||||
var minSize = 14;
|
||||
|
||||
Reference in New Issue
Block a user