Skip to content

Commit

Permalink
fix: model
Browse files Browse the repository at this point in the history
  • Loading branch information
guhaomine committed Feb 26, 2024
1 parent 55974e1 commit 44093b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const hasMsg = (editor: Editor) => {
*/
export const modelTool: IToolItemConfig = {
action: ToolName.model,
name: 'Smart Tool',
hotkey: 'E',
title: 'modelTips',
name: 'model',
hotkey: '',
title: 'model',
hasMsg: (editor: Editor) => {
const frame = editor.getCurrentFrame();
return frame?.model?.state === LoadStatus.COMPLETE;
Expand Down

0 comments on commit 44093b6

Please sign in to comment.