-
Notifications
You must be signed in to change notification settings - Fork 733
feat: migrate to xyflow 1.0 #5840
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
Changes from 14 commits
f6f9d09
c38ddc8
c427602
e3149e8
9a8d119
6197fe9
5dc06f6
ec20d26
37d0430
2ec6806
6b43267
551f95d
ed533b2
123e4a4
0c7eda2
f077f07
024879c
74048db
1e29396
8d835cb
2d1eb95
692c0e9
f8ee078
35e4ae7
5652a24
92efcd8
34c7978
eab8698
fea6ac5
5a6ad27
c0e6c7c
ef517f7
ebf9845
4732f95
afb5991
aaf87a1
551d1d1
34f3f34
8ede660
c728ec2
557734d
bb41c64
3d9fd38
333001d
a5f3c06
6ad19d5
ecc3880
897ca58
f1f4de6
b19a2c4
9a50482
f677f71
e1c2c45
54c6454
ae639a7
2956266
356d923
99446fc
72ace32
32771fe
d623210
a487e9b
1c80308
1fc739e
9b9c1d2
e2531be
3af6b7e
d935aa6
4e43438
ebff32e
92f6ea8
8cac97b
478a159
23f314d
d831de6
4fcb346
d377eac
31de3ec
5a4f201
2c71604
dcce029
dd6ca9b
eba01ff
c05c2ed
0f5ad42
0bb2d64
3749c21
b25b766
3ef6910
99aa594
fbc3989
b795bd1
9f35d09
f0e4c06
fd715c9
2511792
b7ed8e1
a3d5a92
944cba0
49a9294
cb7ece9
a40d7ff
ede9b56
d6eb7af
346b44d
40eea6f
ac57501
be36fe0
c06ae9a
29b6ad1
c191622
ba6fa62
bc5b5f2
f2122af
cedfaf9
00fd15c
f53e0a4
fe56b54
7640b30
7bc379e
c97f9e1
a065630
7c57072
2f353e9
2b3676c
fe2943f
bbbaac0
4ef5a66
2a23972
755b896
d716640
5c9a334
896713a
789be79
279774b
c8d2279
46f2e46
0ff4af9
b736f95
61e4aa8
3774b2d
a3843b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -49,7 +49,7 @@ | |||||
bind:component | ||||||
{paneHeight} | ||||||
{paneWidth} | ||||||
on:render={() => { | ||||||
onrender={() => { | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo detected: It appears that
Suggested change
|
||||||
renderCount++ | ||||||
}} | ||||||
/> | ||||||
|
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.
Consider renaming
pannelExtraButtonWidth
topanelExtraButtonWidth
for clarity and consistency; the current spelling may lead to confusion.