mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18: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);
|
||||
|
||||
alert('Pociąg został skopiowany do schowka!');
|
||||
setTimeout(() => {
|
||||
alert('Pociąg został skopiowany do schowka!');
|
||||
}, 20);
|
||||
},
|
||||
|
||||
onListItemFocus(vehicleID: number) {
|
||||
|
||||
Reference in New Issue
Block a user