mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
fix minor glitch with drawing demo
This commit is contained in:
parent
9491537804
commit
7809aa13f5
@ -60,7 +60,7 @@ export default {
|
||||
'#80CBC4',
|
||||
'#9DEF8F',
|
||||
]),
|
||||
size: Math.floor(Math.random() * Math.floor(20)),
|
||||
size: Math.ceil(Math.random() * Math.floor(10)),
|
||||
svg: null,
|
||||
path: null,
|
||||
points: [],
|
||||
|
Loading…
Reference in New Issue
Block a user