mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: set draw color & width
This commit is contained in:
@@ -69,6 +69,7 @@ const _isSupportStroke = (shape: TDShape): boolean => {
|
||||
TDShapeType.Pencil,
|
||||
TDShapeType.Laser,
|
||||
TDShapeType.Highlight,
|
||||
TDShapeType.Draw,
|
||||
TDShapeType.Arrow,
|
||||
TDShapeType.Line,
|
||||
].some(type => type === shape.type);
|
||||
|
||||
Reference in New Issue
Block a user