element-web/src/components/views
David Baker e5b03488d8 Fix widget resizing
There was a line of CSS that set pointer-events: none on widget
iframes whilst they were being resized to stop iframes swallowing
the mousemove/up events while dragging the resize handle, but a)
all widgets are now in a persisted element wrapper and therefore
not in the right place in the DOM to get that CSS and b) that only
got set when resizing the whole aps drawer vertically, not dragging
the handle between apps to change the width distribution.

Add a pointer events prop to AppTile to allow the pointer-events
style to be set by the parent, and set it when dragging either
resize handle.

Fixes https://github.com/vector-im/element-web/issues/16473
2021-03-05 17:52:51 +00:00
..
auth Merge pull request #5578 from matrix-org/t3chguy/sso_fixes 2021-01-29 13:28:53 +00:00
avatars Add Space Panel with Room List filtering 2021-02-26 10:41:26 +00:00
context_menus Move all widget pinning logic to the WidgetLayoutStore 2021-01-18 20:26:47 -07:00
dialogs Add context menu to spaces in the space panel 2021-03-02 14:35:29 +00:00
directory Fix missed copy 2020-03-16 12:28:20 +00:00
elements Fix widget resizing 2021-03-05 17:52:51 +00:00
emojipicker Choose first result on enter in the emoji picker 2020-09-28 15:56:22 +01:00
groups Delint 2020-08-29 12:57:11 +01:00
host_signup Address some of the PR feedback 2021-02-09 20:13:58 +02:00
messages Merge pull request #5673 from SimonBrandner/dont-show-copy-button 2021-02-24 13:33:39 +00:00
right_panel Decorate Right Panel cards with Space header for when viewing it in that context 2021-03-02 09:54:32 +00:00
room_settings Merge pull request #5332 from Transfusion/trim_display_name 2021-03-04 16:26:09 +00:00
rooms Fix widget resizing 2021-03-05 17:52:51 +00:00
settings Merge pull request #5332 from Transfusion/trim_display_name 2021-03-04 16:26:09 +00:00
spaces Add context menu to spaces in the space panel 2021-03-02 14:35:29 +00:00
terms Fix indentation 2020-07-16 18:12:11 +05:30
toasts Fix eslint ts override tsx matching and delint 2020-08-29 01:11:08 +01:00
verification Revert "Merge pull request #5125 from matrix-org/travis/spec-i18n" 2020-08-18 13:09:33 -06:00
voip Null check for maxHeight in call view 2021-02-26 14:00:02 +00:00