Skip to content

Commit

Permalink
Fix bug with multiplied newlines when pasting text (threema-ch#1012)
Browse files Browse the repository at this point in the history
Update compose-area to 0.4.4
  • Loading branch information
threema-danilo authored Dec 24, 2020
1 parent 258475c commit 5348986
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@saltyrtc/client": "^0.14.4",
"@saltyrtc/task-relayed-data": "^0.3.1",
"@saltyrtc/task-webrtc": "^0.14.1",
"@threema/compose-area": "^0.4.2",
"@threema/compose-area": "^0.4.4",
"@types/angular": "^1.8.0",
"@types/angular-material": "^1.1.72",
"@types/angular-sanitize": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/directives/compose_area.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {parseEmoji, shortnameToUtf8} from '../helpers/emoji';
import {BrowserService} from '../services/browser';
import {LogService} from '../services/log';
import {ReceiverService} from '../services/receiver';
import { SettingsService } from '../services/settings';
import {SettingsService} from '../services/settings';
import {StringService} from '../services/string';
import {TimeoutService} from '../services/timeout';
import {isEmojiInfo, isKeyboardEvent} from '../typeguards';
Expand Down

0 comments on commit 5348986

Please sign in to comment.