mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix random typos (#20937)
This commit is contained in:
@@ -18,7 +18,7 @@ module Service
|
||||
|
||||
# Simple structure to hold the context of the service during its whole lifecycle.
|
||||
class Context < OpenStruct
|
||||
# @return [Boolean] returns +true+ if the conext is set as successful (default)
|
||||
# @return [Boolean] returns +true+ if the context is set as successful (default)
|
||||
def success?
|
||||
!failure?
|
||||
end
|
||||
|
||||
@@ -45,7 +45,7 @@ export default class ChatThreadPanel extends Component {
|
||||
this.requestedTargetMessageId = parseInt(this.args.targetMessageId, 10);
|
||||
}
|
||||
|
||||
// TODO (martin) Loading/scrolling to selected messagew
|
||||
// TODO (martin) Loading/scrolling to selected message
|
||||
// this.highlightOrFetchMessage(this.requestedTargetMessageId);
|
||||
// if (this.requestedTargetMessageId) {
|
||||
// } else {
|
||||
@@ -145,7 +145,7 @@ export default class ChatThreadPanel extends Component {
|
||||
messageData.expanded = !(messageData.hidden || messageData.deleted_at);
|
||||
}
|
||||
|
||||
// newest has to be in after fetcg callback as we don't want to make it
|
||||
// newest has to be in after fetch callback as we don't want to make it
|
||||
// dynamic or it will make the pane jump around, it will disappear on reload
|
||||
if (
|
||||
!foundFirstNew &&
|
||||
|
||||
Reference in New Issue
Block a user