Skip to content

Commit

Permalink
docs: Added comment about realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed May 15, 2020
1 parent fffb585 commit a605f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drive/web/modules/public/LightFolderView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class DumbFolderView extends React.Component {
<LightFileList
onFileOpen={this.handleFileOpen}
onFolderOpen={this.navigateToFolder}
onFileDelete={this.loadCurrentFolder}
onFileDelete={this.loadCurrentFolder} // TODO: remove this once we have realtime notifications on public view
fileListProps={fileListProps}
hasWriteAccess={hasWriteAccess}
/>
Expand Down

0 comments on commit a605f32

Please sign in to comment.