deparam to a npm package
This commit is contained in:
@@ -237,7 +237,7 @@ export default class ConfigObj {
|
||||
const {search, searchParams} = new URL(location);
|
||||
|
||||
if (search) {
|
||||
this.urldata = deparam(searchParams.toString(), true);
|
||||
this.urldata = deparam(searchParams.toString());
|
||||
|
||||
['initStroke', 'initFill'].forEach((prop) => {
|
||||
if (searchParams.has(`${prop}[color]`)) {
|
||||
|
||||
Reference in New Issue
Block a user