file-handling: fix a dep cycle
Compare changes
@@ -11,7 +11,6 @@ import {classMap} from 'lit-html/directives/class-map.js';
@@ -39,13 +38,14 @@ export class FileHandlingClipboard extends ScopedElementsMixin(DBPLitElement) {
FileHandlingClipboard and FileSink depend on each other. Register the later at runtime so we don't get a dependency cycle for imports.