feat : add blank line between class members

This commit is contained in:
vitormalencar 2021-02-25 16:29:36 +01:00
parent 4ab89f3d98
commit c23b30d052
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class ClipboardAction {
this.selectTarget();
}
}
/**
* Creates a fake textarea element, sets its value from `text` property,
*/