mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
feat: after the component title is modified, update the title of the ComponentAction area
This commit is contained in:
parent
7b85128ee5
commit
3b36926c70
@ -1,6 +1,6 @@
|
||||
import { Overlay } from '@alifd/next';
|
||||
import React, { MouseEvent } from 'react';
|
||||
import { Title } from '@alilc/lowcode-editor-core';
|
||||
import { Title, observer } from '@alilc/lowcode-editor-core';
|
||||
import { canClickNode } from '@alilc/lowcode-utils';
|
||||
import './index.less';
|
||||
|
||||
@ -18,6 +18,7 @@ export interface IState {
|
||||
|
||||
type UnionNode = INode | null;
|
||||
|
||||
@observer
|
||||
export default class InstanceNodeSelector extends React.Component<IProps, IState> {
|
||||
state: IState = {
|
||||
parentNodes: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user