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(); return this._handleSetColourMapMsg();
case 2: // Bell case 2: // Bell
Log.Debug("Bell"); // Log.Debug("Bell");
this.dispatchEvent(new CustomEvent( // this.dispatchEvent(new CustomEvent(
"bell", // "bell",
{ detail: {} })); // { detail: {} }));
return true; return true;
case 3: // ServerCutText case 3: // ServerCutText