You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/4-forms-controls/3-events-change-input/article.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,13 @@
58
58
59
59
## Events: cut, copy, paste
60
60
61
-
این eventها زمان cut کردن/copy کردن/paste کردن یک مقدار اتفاق میافتند.
61
+
.یک مقدار اتفاق میاقتد cut کردن/copy کردن/کردن paste زمان events این
62
62
63
-
انها به [ClipboardEvent](https://www.w3.org/TR/clipboard-apis/#clipboard-event-interfaces) class تعلق دارند و دسترسی به دادهای را که cut/copy/paste شده را فراهم میکنند.
63
+
.شده را فراهم میکنند cut/copy/paste تعلق دارند و دسترسی به دادهای را که [ClipboardEvent](https://www.w3.org/TR/clipboard-apis/#clipboard-event-interfaces) class آنها به
64
64
65
-
همچنین میتوانیم برای لغو یک action از `event.preventDefault()` استفاده کنیم، آنگاه هیچ چیز copy/paste نمیشود.
65
+
.نمیشود copy/paste استفاده کنیم، آنگاه هیچ چیز `event.preventDefault()` از action همچنین میتوانیم برای لغو یک
66
66
67
-
For instance, the code below prevents all `cut/copy/paste` events and shows the text we're trying to cut/copy/paste:
67
+
:کنیم را نشان میدهد cut/copy/paste پیشگیری میکند و متنی که تلاش میکنیم `cut/copy/paste` events برای مثال: کد زیر از تمام
0 commit comments