Skip to content

Commit

Permalink
noted a couple of bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Nov 26, 2024
1 parent f6f1e1c commit d756a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public void configure(String entityId) {
}

public void rerenderFileBrowser(String parentContainerId) {
// TODO: Should not need to remount, but currently the parentContainer is not shown if the existing react component is updated
// TODO: Bug: The tree is not always auto-expanding (to the path to the parent container Id)
reactFileBrowserContainer.clear();
ReactComponent componentContainer = new ReactComponent();
EntityFileBrowserProps props = EntityFileBrowserProps.create(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:b="urn:import:org.gwtbootstrap3.client.ui"
xmlns:bh="urn:import:org.gwtbootstrap3.client.ui.html"
xmlns:w="urn:import:org.sagebionetworks.web.client.widget"
>
<bh:Div addStyleNames="filesBrowser margin-top-15">
<bh:Div
Expand Down

0 comments on commit d756a6f

Please sign in to comment.