anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR).
12 lines
134 B
JavaScript
12 lines
134 B
JavaScript
export default {
|
|
name: 'ClosePath',
|
|
buttons: [
|
|
{
|
|
title: 'Open path'
|
|
},
|
|
{
|
|
title: 'Close path'
|
|
}
|
|
]
|
|
};
|