UNPKG

drapcode-builder

Version:

Drapcode Builder Library

11 lines (9 loc) 178 B
export default { run(ed) { const em = ed.getModel(); const models = [...ed.getSelectedAll()]; if (models.length) { em.set('clipboard', models); } } };