We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74eb7a7 commit 08b03e1Copy full SHA for 08b03e1
1 file changed
plugin-apipost/src/main/kotlin/me/leon/toolsfx/plugin/ApiPostView.kt
@@ -121,7 +121,10 @@ class ApiPostView : PluginFragment("ApiPost") {
121
}
122
button(graphic = imageview(IMG_IMPORT)) {
123
tooltip(messages["pasteFromClipboard"])
124
- action { resetUi(clipboardText()) }
+ action {
125
+ selectedUrl.set("")
126
+ resetUi(clipboardText())
127
+ }
128
129
button(graphic = imageview(IMG_RUN)) {
130
enableWhen(!running)
0 commit comments