|
@@ -53,9 +53,6 @@ export const create = (store, canvas) => {
|
|
|
}
|
|
|
refs.bus.emit('selectShape', shape)
|
|
|
})
|
|
|
- setTimeout(() => {
|
|
|
- layer.uiControl.bus.emit('showAttribute', { type: 'Table' })
|
|
|
- }, 100)
|
|
|
layer.uiControl.bus.on('hideAttribute', () => refs.bus.emit('selectShape', null))
|
|
|
|
|
|
const board = {
|