Skip to content

Commit

Permalink
fix(workspace): 1px border
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Nov 19, 2023
1 parent 6ed7b44 commit bf19d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/plugin/WorkspacePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2023-06-27 12:26:41
* @LastEditors: 秦少卫
* @LastEditTime: 2023-07-05 00:34:38
* @LastEditTime: 2023-11-19 21:05:33
* @Description: 画布区域插件
*/

Expand Down Expand Up @@ -84,6 +84,7 @@ class WorkspacePlugin {
width,
height,
id: 'workspace',
strokeWidth: 0,
});
workspace.set('selectable', false);
workspace.set('hasControls', false);
Expand Down

0 comments on commit bf19d9f

Please sign in to comment.