|
@ -241,7 +241,7 @@ export default class Status extends ImmutablePureComponent { |
|
|
status.getIn(['reblog', 'id'], status.get('id')) |
|
|
status.getIn(['reblog', 'id'], status.get('id')) |
|
|
}`;
|
|
|
}`;
|
|
|
} |
|
|
} |
|
|
if (e.button === 0) { |
|
|
|
|
|
|
|
|
if (e.button === 0 && !(e.ctrlKey || e.altKey || e.metaKey)) { |
|
|
if (isCollapsed) this.setCollapsed(false); |
|
|
if (isCollapsed) this.setCollapsed(false); |
|
|
else if (e.shiftKey) { |
|
|
else if (e.shiftKey) { |
|
|
this.setCollapsed(true); |
|
|
this.setCollapsed(true); |
|
|