From ac305cd312bb7537b98d0641f9d489f3c2aaf84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E8=AF=97=E9=9B=85?= Date: Thu, 27 Feb 2020 14:54:57 +0800 Subject: [PATCH] =?UTF-8?q?!757=20=E4=BF=AE=E5=A4=8D=20!754=20=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E7=AB=AF=E5=9B=BE=E6=A0=87=E6=9D=83=E9=99=90=20?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Components/ToolBar/ToolBar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Components/ToolBar/ToolBar.tsx b/src/UI/Components/ToolBar/ToolBar.tsx index a4a435257..36ee13bfb 100644 --- a/src/UI/Components/ToolBar/ToolBar.tsx +++ b/src/UI/Components/ToolBar/ToolBar.tsx @@ -4,12 +4,13 @@ import { ICON_CDN } from '../../IconEnum'; import { ICommandIconInfo } from '../TopToolBar/TopToolBarInterface'; import './PropertiesPanel.less'; import { userConfig } from '../../../Editor/UserConfig'; +import { observer } from 'mobx-react'; export interface ToolBarProps { iconList: ICommandIconInfo[], } - +@observer export class ToolBar extends React.Component { render()