Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
76ecaef2
Commit
76ecaef2
authored
Jun 30, 2026
by
Kantz
Browse files
move the button
parent
453240ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
math-tutor/frontend/src/components/Chat/MessageInput.tsx
View file @
76ecaef2
...
@@ -380,6 +380,16 @@ export default function MessageInput({
...
@@ -380,6 +380,16 @@ export default function MessageInput({
>
>
<
Upload
width
=
{
18
}
height
=
{
18
}
aria-hidden
=
"true"
/>
<
Upload
width
=
{
18
}
height
=
{
18
}
aria-hidden
=
"true"
/>
</
button
>
</
button
>
<
button
className
=
"btn btn-formula"
type
=
"button"
onClick
=
{
insertMath
}
disabled
=
{
isSending
}
aria-label
=
{
t
(
"
formula
"
)
}
title
=
{
t
(
"
formula
"
)
}
>
f(x)
</
button
>
<
input
<
input
ref
=
{
uploadInputRef
}
ref
=
{
uploadInputRef
}
type
=
"file"
type
=
"file"
...
@@ -411,16 +421,6 @@ export default function MessageInput({
...
@@ -411,16 +421,6 @@ export default function MessageInput({
{
t
(
"
revealSolution
"
)
}
{
t
(
"
revealSolution
"
)
}
</
button
>
</
button
>
)
:
null
}
)
:
null
}
<
button
className
=
"btn btn-formula"
type
=
"button"
onClick
=
{
insertMath
}
disabled
=
{
isSending
}
aria-label
=
{
t
(
"
formula
"
)
}
title
=
{
t
(
"
formula
"
)
}
>
f(x)
</
button
>
<
button
<
button
className
=
"btn primary"
className
=
"btn primary"
type
=
"button"
type
=
"button"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment