0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-17 03:13:41 +01:00
gitea/web_src/js
silverwind 5550226571
Improve textarea paste (#31948)
- When pasting a URL over another URL, replace the URL instead of
creating a useless `[url](url)`. This is the 1-line change
[here](https://github.com/go-gitea/gitea/pull/31948/files#diff-be8e94d7e3da33b187381f53d28095107bd0cf29ae9a9e997e4f422f4a54479cR122).
- Always run `initTextareaEvents`, previously it was not run when
`dropzoneEl` was not present like when attachements are disabled on the
server. Refactored the function to gracefully handle absent `dropzoneEl`
and rename the function to a better name.
2024-09-01 15:15:29 +00:00
..
components
features Improve textarea paste (#31948) 2024-09-01 15:15:29 +00:00
markup
modules
render Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
standalone Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
utils Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
vendor
webcomponents
bootstrap.test.ts
bootstrap.ts
globals.d.ts Move web globals to web_src/js/globals.d.ts (#31943) 2024-08-30 07:36:53 +00:00
globals.ts
htmx.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
index.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
svg.test.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
svg.ts
types.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
utils.test.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
utils.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
vitest.setup.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00