Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jan 24, 2024
1 parent dea0c25 commit 95f6043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan_doctree_compress",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"description": "fully customs your doctree",
"repository": "https://github.com/zxkmm/siyuan_doctree_compress",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan_doctree_compress",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_doctree_compress",
"version": "0.3.1",
"version": "0.3.2",
"minAppVersion": "2.12.1",
"backends": [
"windows",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default class siyuan_doctree_compress extends Plugin {

addFrontLine(_line_location_, _padding_, _border_) {

if (_padding_ >= _line_location_) {
if (Number(_padding_) >= Number(_line_location_)) {

_padding_ = _line_location_

Expand Down

0 comments on commit 95f6043

Please sign in to comment.