Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pulsar-edit/pulsar
/ decreaseSize
Method
decreaseSize
src/pane.js:194–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
decreaseSize() {
195
if
(this.getContainer().getPanes().length > 1) {
196
this.setFlexScale(this.getFlexScale() / 1.1);
197
}
198
}
199
200
/*
201
Section: Event Subscription
Callers
1
register-default-commands.js
File · 0.80
Calls
4
getContainer
Method · 0.95
setFlexScale
Method · 0.95
getFlexScale
Method · 0.95
getPanes
Method · 0.45
Tested by
no test coverage detected