mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
fix: remove console
This commit is contained in:
@@ -35,8 +35,6 @@ const _getIconRenderColor = (shapes: TDShape[]) => {
|
||||
|
||||
export const BorderColorConfig = ({ app, shapes }: BorderColorConfigProps) => {
|
||||
const setBorderColor = (color: string) => {
|
||||
console.log('shapes', shapes, color);
|
||||
|
||||
app.style({ stroke: color }, getShapeIds(shapes));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user