mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-05 04:28:10 +00:00
Fix: skład nie kopiuje się do schowka
This commit is contained in:
@@ -259,7 +259,9 @@ export default defineComponent({
|
|||||||
|
|
||||||
navigator.clipboard.writeText(this.stockString);
|
navigator.clipboard.writeText(this.stockString);
|
||||||
|
|
||||||
alert('Pociąg został skopiowany do schowka!');
|
setTimeout(() => {
|
||||||
|
alert('Pociąg został skopiowany do schowka!');
|
||||||
|
}, 20);
|
||||||
},
|
},
|
||||||
|
|
||||||
onListItemFocus(vehicleID: number) {
|
onListItemFocus(vehicleID: number) {
|
||||||
|
|||||||
Reference in New Issue
Block a user