mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-13 12:44:45 +02:00
refactor: rename clipboard plugin to clipboard-manager (#400)
This commit is contained in:
committed by
GitHub
parent
26d993cfea
commit
b259baa17e
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import { writeText, readText } from "@tauri-apps/plugin-clipboard";
|
||||
import { writeText, readText } from "@tauri-apps/plugin-clipboard-manager";
|
||||
|
||||
export let onMessage;
|
||||
let text = "clipboard message";
|
||||
|
||||
Reference in New Issue
Block a user