Further reduce code differences with upstream (#2509)

This commit is contained in:
Claire
2023-12-09 20:29:23 +01:00
committed by GitHub
parent 1ddf2012ee
commit a27abb4802
15 changed files with 102 additions and 109 deletions

View File

@@ -569,7 +569,7 @@ class Status extends ImmutablePureComponent {
openProfile: this.handleHotkeyOpenProfile,
moveUp: this.handleHotkeyMoveUp,
moveDown: this.handleHotkeyMoveDown,
toggleSpoiler: this.handleExpandedToggle,
toggleHidden: this.handleExpandedToggle,
bookmark: this.handleHotkeyBookmark,
toggleCollapse: this.handleHotkeyCollapse,
toggleSensitive: this.handleHotkeyToggleSensitive,