mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
refactor(behaviors): set default value of scroll canvas range to Infinity (#6361)
Co-authored-by: antv <antv@antfin.com>
This commit is contained in:
parent
4eb91c38a3
commit
5521ef4550
@ -84,7 +84,7 @@ export class ScrollCanvas extends BaseBehavior<ScrollCanvasOptions> {
|
|||||||
enable: true,
|
enable: true,
|
||||||
sensitivity: 1,
|
sensitivity: 1,
|
||||||
preventDefault: true,
|
preventDefault: true,
|
||||||
range: 0.5,
|
range: Infinity,
|
||||||
};
|
};
|
||||||
|
|
||||||
private shortcut: Shortcut;
|
private shortcut: Shortcut;
|
||||||
|
Loading…
Reference in New Issue
Block a user