MCPcopy Create free account
hub / github.com/hoothin/UserScripts / resizeHandler

Function resizeHandler

Picviewer CE+/dist.user.js:11883–11890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11881 }
11882
11883 function resizeHandler() {
11884 if (sizeIndex !== getSizeIndex()) {
11885 pack();
11886 instance.emit('resize', sizeDetail);
11887 }
11888
11889 ticking = false;
11890 }
11891
11892 // API
11893

Callers

nothing calls this directly

Calls 2

getSizeIndexFunction · 0.70
packFunction · 0.70

Tested by

no test coverage detected