mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +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 { Overlay } from '@alifd/next';
|
||||||
import React, { MouseEvent } from 'react';
|
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 { canClickNode } from '@alilc/lowcode-utils';
|
||||||
import './index.less';
|
import './index.less';
|
||||||
|
|
||||||
@ -18,6 +18,7 @@ export interface IState {
|
|||||||
|
|
||||||
type UnionNode = INode | null;
|
type UnionNode = INode | null;
|
||||||
|
|
||||||
|
@observer
|
||||||
export default class InstanceNodeSelector extends React.Component<IProps, IState> {
|
export default class InstanceNodeSelector extends React.Component<IProps, IState> {
|
||||||
state: IState = {
|
state: IState = {
|
||||||
parentNodes: [],
|
parentNodes: [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user