feat(pdf): add toggle option for the feature of auto opening the highlight context menu from new text selection (#10390)

* enhance(pdf): add auto open context menu option for new highlight selection
* refactor(pdf): improve code readability
* chore(pdf): i18n
This commit is contained in:
Charlie
2023-10-24 22:20:22 +08:00
committed by GitHub
parent 025d1fd730
commit 6751e28c30
9 changed files with 73 additions and 49 deletions

View File

@@ -274,8 +274,8 @@ input::-webkit-inner-spin-button {
&-settings {
&-inner.hls-popup-box {
position: absolute;
right: 345px;
width: 178px;
right: 375px;
width: 235px;
padding: 15px 10px;
}