remove event from server

This commit is contained in:
Sravan 2024-12-13 09:39:13 +05:30
parent 31e7e73e5f
commit b92cd5f04d
1 changed files with 4 additions and 4 deletions

View File

@ -2464,10 +2464,10 @@ export default class RFB extends EventTargetMixin {
return this._handleSetColourMapMsg();
case 2: // Bell
Log.Debug("Bell");
this.dispatchEvent(new CustomEvent(
"bell",
{ detail: {} }));
// Log.Debug("Bell");
// this.dispatchEvent(new CustomEvent(
// "bell",
// { detail: {} }));
return true;
case 3: // ServerCutText