This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fixed improper dropdown func binding for
#293
+ toot button spacing
closed-social-glitch-2
kibigo!
6 years ago
parent
ad10a80a99
commit
6932b464e6
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/components/dropdown_menu.js
+1
-0
app/javascript/flavours/glitch/features/composer/publisher/index.js
+ 1
- 1
app/javascript/flavours/glitch/components/dropdown_menu.js
View File
@ -137,7 +137,7 @@ export default class Dropdown extends React.PureComponent {
(
item
,
i
)
=>
item
?
{
...
item
,
name
:
`
${
item
.
text
}
-
${
i
}
`
,
onClick
:
this
.
handleItemClick
.
bind
(
i
)
,
onClick
:
this
.
handleItemClick
.
bind
(
this
,
i
)
,
}
:
null
)
,
}
)
;
+ 1
- 0
app/javascript/flavours/glitch/features/composer/publisher/index.js
View File
@ -85,6 +85,7 @@ export default function ComposerPublisher ({
unlisted
:
'unlock-alt'
,
}
[
privacy
]
}
/
>
{
' '
}
<
FormattedMessage
{
...
messages
.
publish
}
/
>
<
/
s
p
a
n
>
)
;
Write
Preview
Loading…
Cancel
Save