Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b36926

Browse filesBrowse files
liujupingJackLian
authored andcommitted
feat: after the component title is modified, update the title of the ComponentAction area
1 parent 7b85128 commit 3b36926
Copy full SHA for 3b36926

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
  • packages/designer/src/builtin-simulator/node-selector
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎packages/designer/src/builtin-simulator/node-selector/index.tsx‎

Copy file name to clipboardExpand all lines: packages/designer/src/builtin-simulator/node-selector/index.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Overlay } from '@alifd/next';
22
import React, { MouseEvent } from 'react';
3-
import { Title } from '@alilc/lowcode-editor-core';
3+
import { Title, observer } from '@alilc/lowcode-editor-core';
44
import { canClickNode } from '@alilc/lowcode-utils';
55
import './index.less';
66

@@ -18,6 +18,7 @@ export interface IState {
1818

1919
type UnionNode = INode | null;
2020

21+
@observer
2122
export default class InstanceNodeSelector extends React.Component<IProps, IState> {
2223
state: IState = {
2324
parentNodes: [],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.