Skip to content

Commit 9d2fd38

Browse files
committed
feat(tip): disable auto_snapshot_selections by default
1 parent ada474d commit 9d2fd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tip/src/text_service/chewing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ impl ChewingTextService {
13161316
_ => LookupStrategy::Standard,
13171317
};
13181318
// TODO experimental
1319-
opt.auto_snapshot_selections = true;
1319+
opt.auto_snapshot_selections = false;
13201320
});
13211321
let kbtype = KeyboardLayoutCompat::try_from(cfg.keyboard_layout as u8)
13221322
.unwrap_or(KeyboardLayoutCompat::Default);

0 commit comments

Comments
 (0)