ES5 → 7: Use for in/of and let
This commit is contained in:
@@ -68,7 +68,7 @@ HRectangle {
|
||||
|
||||
if (textArea.text === "") { return }
|
||||
|
||||
var args = [chatPage.roomId, textArea.text]
|
||||
let args = [chatPage.roomId, textArea.text]
|
||||
py.callClientCoro(chatPage.userId, "send_markdown", args)
|
||||
area.clear()
|
||||
})
|
||||
|
Reference in New Issue
Block a user