We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19a500 commit 9cc8bfdCopy full SHA for 9cc8bfd
src/save.js
@@ -45,7 +45,7 @@ window.addEventListener('load', async() => {
45
upsert: true,
46
// broadcast_sender,
47
data: {
48
- [name]: styleList.join('\r\n')
+ [name]: styleList
49
},
50
});
51
}
0 commit comments