We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3452422 commit 1f9aa21Copy full SHA for 1f9aa21
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 0.2.8 2023-11
4
5
+* [`resize` cannot be triggered after dragging to unpin the dock](https://github.com/siyuan-note/siyuan/issues/9640)
6
7
## 0.2.7 2023-10-31
8
src/index.ts
@@ -121,6 +121,9 @@ export default class PluginSample extends Plugin {
121
text: "This is my custom dock"
122
},
123
type: DOCK_TYPE,
124
+ resize() {
125
+ console.log(DOCK_TYPE + " resize")
126
+ },
127
init() {
128
this.element.innerHTML = `<div class="fn__flex-1 fn__flex-column">
129
<div class="block__icons">
0 commit comments