Will
Will
Things is already updated to be compatible with Obsidian 1.0. You can update to the latest version of Things in Obsidian using Settings > Appearance > Themes click Manage >...
@emilsjolander, in the invalidateRunnable's run() method, what is the point of the posDelayed(this, 16) call? Is it necessary to invalidate the currentlyStickingView's area every 16ms?
I was having a similar problem, see #14. In my fork of this repo, I made some changes in my onLayoutNullPointerFix branch that fixed this issue for me. https://github.com/parkin/StickyScrollViewItems/compare/onLayoutNullPointerFix I...