Open MingweiSamuel opened 10 years ago
OSpritz will not display selected text if the selection starts with whitespace.
replace leading spaces of selection
function spritzify(input) { var input = input.replace(/\s*/,'');
OSpritz will not display selected text if the selection starts with whitespace.