[PR #4172] [CLOSED] Use new app drag solution, support linux #4024

Closed
opened 2026-02-27 01:54:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/4172
Author: @zxdong262
Created: 1/31/2026
Status: Closed

Base: masterHead: test-only


📝 Commits (3)

  • 7d1182f Fix drag support for linux
  • a10190a Fix linux drag support
  • c950ddf Use new app drag solution, support linux

📊 Changes

11 files changed (+19 additions, -104 deletions)

View changed files

📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/app/common/default-setting.js (+1 -1)
📝 src/app/lib/ipc-sync.js (+0 -2)
src/app/lib/window-drag-move.js (+0 -57)
📝 src/client/common/constants.js (+1 -0)
📝 src/client/components/main/main.jsx (+2 -5)
📝 src/client/components/sidebar/sidebar.styl (+2 -1)
📝 src/client/components/tabs/app-drag.jsx (+0 -33)
📝 src/client/components/tabs/tabs.styl (+10 -0)
📝 src/client/store/event.js (+0 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/4172 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/31/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `test-only` --- ### 📝 Commits (3) - [`7d1182f`](https://github.com/electerm/electerm/commit/7d1182fbaa438ad7dc7aaf57d8176bf9fc35d8e9) Fix drag support for linux - [`a10190a`](https://github.com/electerm/electerm/commit/a10190a7836bb2776d255cc3813bc9fa4b7a5de9) Fix linux drag support - [`c950ddf`](https://github.com/electerm/electerm/commit/c950ddf1ecf9b1e5ecdb950f0ef2f8f9b8142786) Use new app drag solution, support linux ### 📊 Changes **11 files changed** (+19 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/app/common/default-setting.js` (+1 -1) 📝 `src/app/lib/ipc-sync.js` (+0 -2) ➖ `src/app/lib/window-drag-move.js` (+0 -57) 📝 `src/client/common/constants.js` (+1 -0) 📝 `src/client/components/main/main.jsx` (+2 -5) 📝 `src/client/components/sidebar/sidebar.styl` (+2 -1) 📝 `src/client/components/tabs/app-drag.jsx` (+0 -33) 📝 `src/client/components/tabs/tabs.styl` (+10 -0) 📝 `src/client/store/event.js` (+0 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#4024
No description provided.