Paste event handling WIP

This commit is contained in:
barsdeveloper
2021-10-31 17:01:56 +01:00
parent 199005ec20
commit ceb07688f2
11 changed files with 352 additions and 221 deletions

View File

@@ -9,7 +9,7 @@ export default class Template {
* @returns The computed html
*/
render(entity) {
return ``
return ""
}
/**