[PR #4173] [MERGED] Use new app drag solution, support linux #4025

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/4173
Author: @zxdong262
Created: 1/31/2026
Status: Merged
Merged: 1/31/2026
Merged by: @zxdong262

Base: masterHead: win-loose


📝 Commits (10+)

📊 Changes

10 files changed (+57 additions, -38 deletions)

View changed files

📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/app/common/default-setting.js (+1 -1)
📝 src/app/lib/window-drag-move.js (+1 -13)
📝 src/client/components/main/main.jsx (+1 -4)
📝 src/client/components/sidebar/sidebar.styl (+2 -1)
📝 src/client/components/tabs/app-drag.jsx (+27 -13)
📝 src/client/components/tabs/tabs.styl (+8 -0)
📝 src/client/store/event.js (+6 -2)
📝 src/client/store/store.js (+8 -1)

📄 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/4173 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `win-loose` --- ### 📝 Commits (10+) - [`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 - [`382b01a`](https://github.com/electerm/electerm/commit/382b01a4591939510da156e14331520f771012fc) fix for windows - [`e55c237`](https://github.com/electerm/electerm/commit/e55c23794ad5cbd15f58800e21b96c815e63042e) fix - [`a579a9b`](https://github.com/electerm/electerm/commit/a579a9bceaeb53eb19681233e1da6f42f7312b07) fox - [`9c9e4f1`](https://github.com/electerm/electerm/commit/9c9e4f17b92726dd34a9c9c6001cba533d87e4d3) [skip ci] - [`1fdf1de`](https://github.com/electerm/electerm/commit/1fdf1de6f95359e6feb773392c1c5ed4a44f135e) [skip ci] - [`15bfdfb`](https://github.com/electerm/electerm/commit/15bfdfb5fbca031ef29a6f6d162c89eda2c479cb) fix - [`7e841af`](https://github.com/electerm/electerm/commit/7e841aff111631204ebab43442be99b09bebd1c2) [skip ci] ### 📊 Changes **10 files changed** (+57 additions, -38 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/window-drag-move.js` (+1 -13) 📝 `src/client/components/main/main.jsx` (+1 -4) 📝 `src/client/components/sidebar/sidebar.styl` (+2 -1) 📝 `src/client/components/tabs/app-drag.jsx` (+27 -13) 📝 `src/client/components/tabs/tabs.styl` (+8 -0) 📝 `src/client/store/event.js` (+6 -2) 📝 `src/client/store/store.js` (+8 -1) </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#4025
No description provided.