You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using PreviewComponent in the custom Component in the not simple mode ("simplestMode": false"), the sidebar is not opening.
Environment
ACA version: 4.0.0-A.3
ACS version: 7.2
To Reproduce
Steps to reproduce the behavior:
Create a custom component with a PreviewComponent (using configuration file and "app.components.preview" component)
Open a file preview
Click "View Details"
Nothing happens.
Expected behavior
In the step 4, a right sidebar with properties and comments tab should appear.
Additional context
This problem does not occur when a URL does not contain "viewer:view".
One simple fix is to edit document-base-page.component.ts line 78 to:
Describe the bug
When using PreviewComponent in the custom Component in the not simple mode (
"simplestMode": false"
), the sidebar is not opening.Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In the step 4, a right sidebar with properties and comments tab should appear.
Additional context
This problem does not occur when a URL does not contain "viewer:view".
One simple fix is to edit document-base-page.component.ts line 78 to:
The text was updated successfully, but these errors were encountered: