Skip to content

Commit fbcdf8d

Browse files
authored
Fix the send button tooltip (#326)
* Restore the helper text in input * Revert "Restore the helper text in input" This reverts commit f59ed7d. * Initialize the tooltip on the send button
1 parent 780f495 commit fbcdf8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/jupyter-chat/src/components/input/buttons/send-button.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ export function SendButton(
4848
};
4949
model.configChanged.connect(configChanged);
5050

51+
// Initialize the tooltip.
52+
configChanged(model, model.config);
53+
5154
return () => {
5255
model.valueChanged.disconnect(inputChanged);
5356
model.attachmentsChanged?.disconnect(inputChanged);

0 commit comments

Comments
 (0)