halo/ui/src
Takagi 5c2c298bc3
fix: resolve issue of duplicate image uploads in default editor (#7278)
#### What type of PR is this?

/kind bug
/area editor
/milestone 2.20.x

#### What this PR does / why we need it:

解决默认编辑器中,粘贴后的图片,按下回车可能会导致重复触发上传的问题。

#### How to test it?

1. 在默认编辑器中粘贴一个图片。
2. 在图片前进行回车换行。
3. 查看图片是否被重复上传。

#### Which issue(s) this PR fixes:

Fixes #7206 

#### Does this PR introduce a user-facing change?
```release-note
解决默认编辑器中附件会重复上传的问题
```
2025-03-10 04:33:01 +00:00
..
assets chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
components fix: resolve issue of duplicate image uploads in default editor (#7278) 2025-03-10 04:33:01 +00:00
composables refactor: remove async loading logic for editor (#6707) 2024-09-27 05:03:35 +00:00
constants Refine password validation 2024-10-10 10:43:20 +08:00
formkit feat: add multi-role assignment support for users (#7037) 2024-11-24 15:48:21 +00:00
locales feat: add device loss warning tips in 2FA setup page (#7272) 2025-03-07 06:46:59 +00:00
setup refactor: optimize axios interceptor text/html content type detection (#7142) 2024-12-16 15:28:10 +00:00
stores refactor: remove login-related pages from UI project (#6712) 2024-09-28 10:19:41 +00:00
styles fix: resolve styling issue for checkbox when disabled (#6240) 2024-07-01 09:55:17 +00:00
types feat: change the tab title to the site title of the website (#5696) 2024-04-12 09:48:08 +00:00
utils feat: support display HTML format in API error responses (#7127) 2024-12-16 02:46:08 +00:00
views/exceptions Move folder console to ui 2024-02-02 22:22:51 +08:00
vite chore: inject Object.hasOwn polyfill for Console and UC (#7128) 2024-12-15 16:10:06 +00:00