[go: nahoru, domu]

Skip to content

Commit

Permalink
fix(drawing): plugin name (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer committed Jun 3, 2024
1 parent c5ae960 commit 296f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drawing-ui/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { DrawingUIController } from './controllers/drawing-ui.controller';
import { ImageCropperController } from './controllers/image-cropper.controller';
import { ImageUpdateController } from './controllers/image-update.controller';

const PLUGIN_NAME = 'IMAGE_UI_PLUGIN';
const PLUGIN_NAME = 'DRAWING_UI_PLUGIN';

export class UniverDrawingUIPlugin extends Plugin {
static override pluginName = PLUGIN_NAME;
Expand Down

0 comments on commit 296f399

Please sign in to comment.