Skip to content

Commit 1f9aa21

Browse files
committed
1 parent 3452422 commit 1f9aa21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.2.8 2023-11
44

5+
* [`resize` cannot be triggered after dragging to unpin the dock](https://github.com/siyuan-note/siyuan/issues/9640)
56

67
## 0.2.7 2023-10-31
78

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ export default class PluginSample extends Plugin {
121121
text: "This is my custom dock"
122122
},
123123
type: DOCK_TYPE,
124+
resize() {
125+
console.log(DOCK_TYPE + " resize")
126+
},
124127
init() {
125128
this.element.innerHTML = `<div class="fn__flex-1 fn__flex-column">
126129
<div class="block__icons">

0 commit comments

Comments
 (0)