Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
elm
element-web-develop
Commits
96f7adfd
Commit
96f7adfd
authored
2 years ago
by
HesamSHP
Browse files
Options
Download
Email Patches
Plain Diff
ltr correction in invite dialog
parent
84504992
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
matrix-react-sdk/src/components/views/dialogs/InviteDialog.tsx
...x-react-sdk/src/components/views/dialogs/InviteDialog.tsx
+4
-4
No files found.
matrix-react-sdk/src/components/views/dialogs/InviteDialog.tsx
View file @
96f7adfd
...
...
@@ -235,7 +235,7 @@ class DMRoomTile extends React.PureComponent<IDMRoomTileProps> {
:
this
.
highlightName
(
userIdentifier
);
return
(
<
div
className
=
"mx_InviteDialog_tile mx_InviteDialog_tile--room"
onClick
=
{
this
.
onClick
}
>
<
div
className
=
"mx_InviteDialog_tile mx_InviteDialog_tile--room
mx_LeftDirection
"
onClick
=
{
this
.
onClick
}
>
{
stackedAvatar
}
<
span
className
=
"mx_InviteDialog_tile_nameStack"
>
<
div
className
=
"mx_InviteDialog_tile_nameStack_name"
>
...
...
@@ -918,7 +918,7 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
let
showMore
=
null
;
if
(
hasMore
)
{
showMore
=
(
<
div
className
=
"mx_InviteDialog_section_showMore"
>
<
div
className
=
"mx_InviteDialog_section_showMore
mx_LeftDirection
"
>
<
AccessibleButton
onClick
=
{
showMoreFn
}
kind
=
"link"
>
{
_t
(
"
Show more
"
)
}
</
AccessibleButton
>
...
...
@@ -969,7 +969,7 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
/>
);
return
(
<
div
className
=
"mx_InviteDialog_editor"
onClick
=
{
this
.
onClickInputArea
}
>
<
div
className
=
"mx_InviteDialog_editor
mx_LeftDirection
"
onClick
=
{
this
.
onClickInputArea
}
>
{
targets
}
{
input
}
</
div
>
...
...
@@ -1133,7 +1133,7 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
);
}
buttonText
=
_t
(
"
Go
"
);
buttonText
=
_t
(
"
Invite
"
);
goButtonFn
=
this
.
startDm
;
extraSection
=
(
<
div
className
=
"mx_InviteDialog_section_hidden_suggestions_disclaimer"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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