This is a minimal project to reproduce two issues with the WebViewer UI:
- Issue 1 #1101: Viewer crashes when it's resized to a narrow width, and the UI has some elements that are 'disabled' (via disableElements).
- Issue 2 #1102: Divider can not be enabled / disabled analog to other UI elements.
To reproduce issue:
(Add Apryse license key in index.html#L15)
npm inpm run move-staticnpm start- Open in browser http://localhost:8100
- Change Tool Mode to Pan
- => Issue 2: The dividers are still visible!
- Resize the window to a narrow width
- => Issue 1: The viewer crashes with errors in the console!