mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-17 09:52:27 +08:00
ESLINT: Started inital pass at addressing issues
This commit is contained in:
@ -66,5 +66,3 @@ export async function copyTextToClipboard(text) {
|
||||
document.execCommand('copy');
|
||||
document.body.removeChild(tempInput);
|
||||
}
|
||||
|
||||
export default Clipboard;
|
||||
|
Reference in New Issue
Block a user