fix prompt
This commit is contained in:
@@ -21,6 +21,8 @@ function initWebSocket() {
|
||||
}
|
||||
} else if (data.type === 'query_pending') {
|
||||
showTempBubble(data.text);
|
||||
} else if (data.type === 'clear_temp') {
|
||||
clearTempBubble();
|
||||
} else if (data.type === 'purchase_updated') {
|
||||
if (Store.currentRoom) loadPurchases();
|
||||
updateSummaryPreview();
|
||||
|
||||
Reference in New Issue
Block a user