feat(panzoom): add paneClickDistance prop
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Basic from '../examples/Basic';
|
||||
import Backgrounds from '../examples/Backgrounds';
|
||||
import ColorMode from '../examples/ColorMode';
|
||||
import ClickDistance from '../examples/ClickDistance';
|
||||
import ControlledUncontrolled from '../examples/ControlledUncontrolled';
|
||||
import ControlledViewport from '../examples/ControlledViewport';
|
||||
import CustomConnectionLine from '../examples/CustomConnectionLine';
|
||||
@@ -85,6 +86,11 @@ const routes: IRoute[] = [
|
||||
path: 'cancel-connection',
|
||||
component: CancelConnection,
|
||||
},
|
||||
{
|
||||
name: 'Click Distance',
|
||||
path: 'click-distance',
|
||||
component: ClickDistance,
|
||||
},
|
||||
{
|
||||
name: 'Controlled/Uncontrolled',
|
||||
path: 'controlled-uncontrolled',
|
||||
|
||||
Reference in New Issue
Block a user