File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ Changelog
2222[ Github master] ( https://github.com/bjones1/CodeChat_Editor )
2323--------------------------------------------------------------------------------
2424
25- * Block drag and drop of images, which creates a mess.
25+ * Drag and drop of images creates a mess; disable drop and drop for this reason .
2626* Send sync data when doc blocks receive focus.
2727* Improve error handling.
28+ * Improve method used to keep Client and IDE contents in sync.
2829
2930Version 0.1.41 -- 2025-Nov-17
3031--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ use crate::{
4646// warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`:
4747// incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
4848// ```
49+ #[ cfg( not( target_os = "macos" ) ) ]
4950#[ allow( deprecated) ]
5051fn get_server ( ) -> Command {
5152 Command :: cargo_bin ( assert_cmd:: pkg_name!( ) ) . unwrap ( )
You can’t perform that action at this time.
0 commit comments