MCPcopy 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

Calls 4

getContainerMethod · 0.95
setFlexScaleMethod · 0.95
getFlexScaleMethod · 0.95
getPanesMethod · 0.45

Tested by

no test coverage detected