remove connector for side effect on arrow

This commit is contained in:
JFH
2021-10-19 00:25:47 +02:00
parent d1921d25a3
commit d478ec9417
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
export default {
name: 'Connector',
langListTitle: 'Connect two objects',
langList: [
{ id: 'mode_connect', title: 'Connect two objects' }
],
buttons: [
{
title: 'Connect two objects'
}
]
};