Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Scroll from selection dragging out of window (#1247) #1523
Scroll from selection dragging out of window (#1247) #1523
Changes from all commits
8078faf
45a48b3
b222607
d1623aa
aa2f5f5
4676618
4eefdcc
a428484
1c60e84
1efcf04
cee54ed
f5576df
5a16a8b
151d228
10f9ef6
de5f211
abd16b8
d05ab94
2d89dfc
21437d2
6dda81b
892109b
cfd93f4
f67b2ac
cf3a0b6
c687948
b4ea1dc
046f04e
e933123
c486bae
1f5c3cc
05fe605
caddcf4
0cde0d9
df8cbd1
9a1924d
3bcf16f
8a22038
42a5259
8267ed2
e72a424
88fabd0
2e4df6d
15fa91f
1e1663f
a89d9b5
9393ed5
fcf4576
a3373d3
d3a1024
a8f436a
5080f8e
a2c44aa
928d94b
a5830de
4b6e53d
a1fbd6d
c1f990f
e8f6ca2
302df52
099d935
1a00e94
6de0c4f
41b0b6c
3d29b63
20da37b
cc9f332
e2fec02
0b4df04
580a5b7
534e726
421cec8
ecc14ee
2beb4ee
045e8ce
29eb59d
bbfc815
ab2a862
6e2580d
1ec19a2
282c5ce
15234ce
08943f7
7f4c3b0
00446d5
9a79d63
ae2b454
406fda4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Check out
Viewport::Clamp()
. Is there a way we could use that here? #ResolvedThere 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.
Viewport::Clamp()
expects absolute position, whereas src and dst ofterminalPosition
are relative to scroll offset. #Resolved