Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resizing column doesn't work right (beta) #210

Closed
imed-ghomari opened this issue Jul 21, 2022 · 3 comments
Closed

resizing column doesn't work right (beta) #210

imed-ghomari opened this issue Jul 21, 2022 · 3 comments
Labels
Performance Hidden but important progress

Comments

@imed-ghomari
Copy link
Collaborator

Describe the bug
I'm sure you are already aware of this. But just to make it easier to track, here's what I found :

  • When selecting the line, instead of resizing, it moves the column
  • when resizing last column, the "+" column is affected and becomes smaller with resizing.

Expected behavior

  • When selecting to resize, the column shouldn't move
  • When resizing the last column, the "+" column shouldn't be affected.

Screenshots

Screen.Recording.2022-07-21.at.9.12.37.PM.mov

Desktop (please complete the following information):

  • macOS 12.3.1
  • Obsidian 0.15.6
  • DB folder 2.0.0-beta.2
@RafaelGB
Copy link
Owner

The lag is cause by saving the size in real time, have to achieve a better solution
added to realise 2.0.0 project

@RafaelGB
Copy link
Owner

Now instead of being persisted in real time, there is a timeout of 1,5secs of wait after the last edition

@RafaelGB
Copy link
Owner

#220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Hidden but important progress
Projects
No open projects
Development

No branches or pull requests

2 participants