Skip to content

Commit

Permalink
Update DPChat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Jan 8, 2024
1 parent 0c4614e commit 5c214f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function DPChat({

useEffect(() => {
// send init event, since we will finish loading before we display the DP
dispatch(sendEvent({ eventName: '', payload: {}, kind: 'init' }));
dispatch(sendEvent({ eventName: '...', payload: {}, kind: 'init' }));
// run resize once on mount, then add listener for future resize events
handleResize();
window.addEventListener('resize', handleResize);
Expand Down

0 comments on commit 5c214f0

Please sign in to comment.