|
@@ -109,7 +109,8 @@ func (mi *MessageInput) sendAction() {
|
|
|
func (mi *MessageInput) pasteAction() {
|
|
func (mi *MessageInput) pasteAction() {
|
|
|
text, err := clipboard.ReadAll()
|
|
text, err := clipboard.ReadAll()
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
- log.Fatal(err)
|
|
|
|
|
|
|
+ log.Println(err)
|
|
|
|
|
+ return
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Append the text to the message input.
|
|
// Append the text to the message input.
|