Skip to content

Commit 2c428db

Browse files
committed
Fix: disallow drag-and-drop of images.
1 parent 97787e0 commit 2c428db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Changelog
2222
[Github master](https://github.com/bjones1/CodeChat_Editor)
2323
--------------------------------------------------------------------------------
2424

25-
* No changes.
25+
* Block drag and drop of images, which creates a mess.
2626

2727
Version 0.1.41 -- 2025-Nov-17
2828
--------------------------------------------------------------------------------

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Likewise, the path to local images is relative to the current file's location
9292
| ----------------------------------- | --------------------------------- |
9393
| `![Monitor icon](docs/monitor.png)` | ![Monitor icon](docs/monitor.png) |
9494

95-
Although the CodeChat Editor allows drag-and-drop of images, the result is a
96-
mess -- the image data is embedded directly in the source file. Avoid this;
97-
instead, place images in a separate file, then reference them as shown above.
95+
The CodeChat Editor disallows drag-and-drop of images, the result is a mess --
96+
the image data is embedded directly in the source file. Avoid this; instead,
97+
place images in a separate file, then reference them as shown above.
9898

9999
Projects
100100
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)