Skip to content

Commit 44cf250

Browse files
committed
setMessageText method adjustment
1 parent c51e3e7 commit 44cf250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class CrispMessage {
5959
this.parent = crisp;
6060
}
6161

62-
fillText(content: string) {
62+
setMessageText(content: string) {
6363
this.parent.createSingletonIfNecessary();
6464

6565
window.$crisp.push(["set", "message:text", [content]]);

0 commit comments

Comments
 (0)