refactor: remove scoped slot props from handles
This commit is contained in:
@@ -63,13 +63,6 @@ export default {
|
|||||||
@mousedown="onMouseDownHandler"
|
@mousedown="onMouseDownHandler"
|
||||||
@click="onClickHandler"
|
@click="onClickHandler"
|
||||||
>
|
>
|
||||||
<slot
|
<slot :id="id" />
|
||||||
:id="id"
|
|
||||||
:node-id="nodeId"
|
|
||||||
:type="type"
|
|
||||||
:position="position"
|
|
||||||
:connectable="connectable"
|
|
||||||
:is-valid-connection="isValidConnection"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user