Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@musta-sd guides1 and guides2 are used in ref. ```js ref="guides1", ref="guides2" ``` Try below code: ```vue :defaultGuides="defaultGuides1" :defaultGuides="defaultGuides2" ``` ```js const defaultGuides1 = ref([0, 100, 200]); const defaultGuides2 = ref([0,...
@musta-sd https://daybrush.com/guides/release/latest/doc/Guides.html#.GuideOptions
@musta-sd What you're looking for is like `lineColor`. `lineColor="#f55"`
@musta-sd Are you talking about the color of the guidelines? https://codesandbox.io/s/intelligent-heisenberg-9xn421?file=/src/App.vue I updated the new version (0.3.4) of vue3-guides. Try updating the version and adding the following properties: ```js :guideStyle="{...
@kinguuchi See this demo: persist data demo http://localhost:6006/?path=/story/options--options-persist-data and data is `.getRect()`
@golnaaz73 okay. I'll consider it.
@msueping can i know which option you use? try it like this. ```js toggleContinueSelect: "shift", selectByClick: true, selectFromInside: false, ```
@xuanaxuan between onDragStart and onDragEnd. Just call `findSelectableTargets` again. But it doesn't check automatically.
@AkashTvu See this example: https://daybrush.com/moveable/storybook/index.html?path=/story/combination-with-other-components--components-selecto Use `A` key and When the a key is pressed, the Vue 3 code appears on the right panel.
@SidIcarus InfiniteViewer's new version is released. Try it again.