From c23b30d052c451998858b4202a2cc0df2a07e17e Mon Sep 17 00:00:00 2001 From: vitormalencar Date: Thu, 25 Feb 2021 16:29:36 +0100 Subject: [PATCH] feat : add blank line between class members --- src/clipboard-action.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clipboard-action.js b/src/clipboard-action.js index e77a4e53..ab6a5f65 100644 --- a/src/clipboard-action.js +++ b/src/clipboard-action.js @@ -39,6 +39,7 @@ class ClipboardAction { this.selectTarget(); } } + /** * Creates a fake textarea element, sets its value from `text` property, */