You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this error seems to happen to getOptions function:
function getOptions(value) {
var options = typeof value === 'object' ? value : {'href': value};
return wysihtml.lang.object({}).merge(nodeOptions).merge({'attribute': value}).get();
}
the options variable was just defined but not used, i must need pass an object value , like { href: ‘http://xxx' }, it can be worked.
The text was updated successfully, but these errors were encountered:
this error seems to happen to getOptions function:
the options variable was just defined but not used, i must need pass an object value , like { href: ‘http://xxx' }, it can be worked.
The text was updated successfully, but these errors were encountered: