fix: code copy to clipboard

This commit is contained in:
DiamondThree
2022-07-27 11:48:01 +08:00
parent 3fc70a7aad
commit 144a0f4af9
3 changed files with 15 additions and 16 deletions
@@ -97,8 +97,12 @@ export const BulletView: FC<CreateView> = ({ block, editor }) => {
}
block.setProperty('numberType', getChildrenType(parentNumberType));
} catch (e) {
// TODO
console.log('undo redo bugfix');
console.warn(
'Failed to update bullet list numbers!',
'This issue may be related to the undo redo. block:',
block
);
console.warn(e);
}
};