ngx-resizable icon indicating copy to clipboard operation
ngx-resizable copied to clipboard

Resizable Split Pane Layout

Results 33 ngx-resizable issues
Sort by recently updated
recently updated
newest added

The `resize` event never fires. Fails with Angular9 and and in demo (forked): https://stackblitz.com/edit/3dgenomes-ngx-resizable-vert-181-1gkhaw

bug

Occurs in Angular9 and in demo (forked): https://stackblitz.com/edit/3dgenomes-ngx-resizable-vert-181-v5fndv The event looks like this for an example where user is changing height: ```javascript {"info":{"width":false,"height":null,"id":"","evt":{"isTrusted":true}}} ``` In Angular9 the value seems to...

bug