forked from cory/tildefriends
		
	Better draft cleanup on submit.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
| 	"type": "tildefriends-app", | 	"type": "tildefriends-app", | ||||||
| 	"emoji": "🐌", | 	"emoji": "🐌", | ||||||
| 	"previous": "&4pRR+8wIBK6lGH9oJPmGFA9I5wvICvSq2G+XRHYqbBQ=.sha256" | 	"previous": "&TqpkOAi38Oi6gW6guh95KIvWY2M/vjBE8NLLNHK+M00=.sha256" | ||||||
| } | } | ||||||
|   | |||||||
| @@ -215,12 +215,8 @@ class TfComposeElement extends LitElement { | |||||||
| 			console.log('encrypted as', message); | 			console.log('encrypted as', message); | ||||||
| 		} | 		} | ||||||
| 		try { | 		try { | ||||||
| 			await tfrpc.rpc.appendMessage(this.whoami, message).then(function () { | 			await tfrpc.rpc.appendMessage(this.whoami, message); | ||||||
| 				edit.innerText = ''; | 			self.notify(undefined); | ||||||
| 				self.input(); |  | ||||||
| 				self.notify(undefined); |  | ||||||
| 				self.requestUpdate(); |  | ||||||
| 			}); |  | ||||||
| 		} catch (error) { | 		} catch (error) { | ||||||
| 			alert(error.message); | 			alert(error.message); | ||||||
| 		} | 		} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user