-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Screen): allow to zoom and pan screenshare content #14028
base: fix/12187/presenter-overlay-borders
Are you sure you want to change the base?
feat(Screen): allow to zoom and pan screenshare content #14028
Conversation
Looks good on a first glance 👍 |
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
3330e9c
to
107c559
Compare
@@ -182,6 +203,9 @@ export default { | |||
&--fill { | |||
object-fit: cover; | |||
} | |||
&--magnify { | |||
cursor: zoom-in; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zoom-in
cursor stays even when the cursor is used to zoom-out
or move the image.
}) | ||
}) | ||
onBeforeUnmount(() => { | ||
screenPanzoomInstance.value?.dispose() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In which case screenPanzoomInstance.value
is null/undefined?
9c95b70
to
d6eeb98
Compare
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
2024-12-23_16h01_36.mp4
🚧 Tasks
🏁 Checklist