-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Search first
- I searched and no similar issues were found
What Happened?
I noticed that some text of a block was missing after importing it from a file graph to a DB graph.
See screenshot:
The block in question is:
#+BEGIN_QUOTE
Current workaround to use barrier as server
* Gnome 41
* Xwayland 21.1.3
Login Gnome wayland session
Set up following dconf keys to allow Xgrab on Xwayland
```
$ gsettings set org.gnome.mutter.wayland xwayland-allow-grabs true
$ gsettings set org.gnome.mutter.wayland xwayland-grab-access-rules "['Barrier', 'barrier']"
```
Locate X11 window client(such as chrome) at screen border
Move mouse cursor and pass screen border which X11 window client is located.
#+END_QUOTE
Reproduce the Bug
- Download the example graph below.
- Open test.logseq.com
- Import the graph using the "File to DB Graph" importer
- Go to the Journal for October 22, 2025 to see that the code block was not imported.
Expected Behavior
Text should not be deleted in the DB graph.
Files
Browser, Desktop or Mobile Platform Information
Browser: Chromium
test.logseq.com: v0.11.0 (f89d108)
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)