@@ -194,3 +194,12 @@ window.addEventListener('paste', e => {
input.dispatchEvent(newEvent('change'))
});
});
functionask_for_style_name(style_name,text){
input=prompt('Style name:');
if(input===null){
return[null,null]
}
return[input,text]
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.