mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
fix: remove console
This commit is contained in:
@@ -128,7 +128,6 @@ export const useShapes = (workspace: string, rootBlockId: string) => {
|
||||
|
||||
return acc;
|
||||
}, {} as Record<string, TDShape>);
|
||||
console.log('useShapes', blocksShapes);
|
||||
|
||||
return {
|
||||
shapes: blocksShapes,
|
||||
|
||||
@@ -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