fix(ui): renaming input edit on-click

See-also: 6b94181116
Related: #9368
pull/9370/head
Andelf 2023-05-12 13:12:38 +08:00 committed by Tienson Qin
parent 1a9563478e
commit 3936b752a8
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ a.page-title {
}
> .title {
@apply w-full overflow-hidden overflow-ellipsis;
@apply w-full pointer-events-none overflow-hidden overflow-ellipsis;
}
.edit-input {