Skip to content

Commit

Permalink
Build with startFitPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Sep 17, 2024
1 parent 372a36d commit db80e69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build/jsroot.js
Original file line number Diff line number Diff line change
Expand Up @@ -78954,6 +78954,19 @@ class TCanvasPainter extends TPadPainter {
return true;
}

/** @summary Send command to start fit panel code on the server
* @private */
startFitPanel() {
if (!this._websocket)
return false;

const new_conn = this._websocket.createChannel();

this.sendWebsocket('FITPANEL:' + new_conn.getChannelId());

return new_conn;
}

/** @summary Complete handling of online canvas drawing
* @private */
completeCanvasSnapDrawing() {
Expand Down

0 comments on commit db80e69

Please sign in to comment.